|
|
| version 1.6, 2003/08/20 09:56:31 | version 1.7, 2004/04/08 20:57:52 |
|---|---|
| Line 66 void ext2_checkoverlap (struct buf *, st | Line 66 void ext2_checkoverlap (struct buf *, st |
| * remaining space in the directory. | * remaining space in the directory. |
| */ | */ |
| int | int |
| ext2_blkatoff(vp, offset, res, bpp) | ext2_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) |
| struct vnode *vp; | |
| off_t offset; | |
| char **res; | |
| struct buf **bpp; | |
| { | { |
| struct inode *ip; | struct inode *ip; |
| struct ext2_sb_info *fs; | struct ext2_sb_info *fs; |
| Line 96 ext2_blkatoff(vp, offset, res, bpp) | Line 92 ext2_blkatoff(vp, offset, res, bpp) |
| #ifdef DDB | #ifdef DDB |
| void | void |
| ext2_checkoverlap(bp, ip) | ext2_checkoverlap(struct buf *bp, struct inode *ip) |
| struct buf *bp; | |
| struct inode *ip; | |
| { | { |
| struct buf *ebp, *ep; | struct buf *ebp, *ep; |
| daddr_t start, last; | daddr_t start, last; |