Searched refs:ffs_balloc_ufs1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/usr.sbin/makefs/ffs/ |
| D | ffs_balloc.c | 57 static int ffs_balloc_ufs1(struct inode *, off_t, int, struct buf **); 74 return ffs_balloc_ufs1(ip, offset, bufsize, bpp); in ffs_balloc() 78 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc_ufs1() function
|
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_extern.h | 58 int ffs_balloc_ufs1(struct vnode *a_vp, off_t a_startoffset, int a_size,
|
| D | ffs_snapshot.c | 1019 error = ffs_balloc_ufs1(snapvp, lblktosize(fs, (off_t)lbn), 1032 error = ffs_balloc_ufs1(snapvp, lblktosize(fs, (off_t)lbn), 1203 error = ffs_balloc_ufs1(vp, lblktosize(fs, (off_t)lbn),
|
| D | ffs_balloc.c | 90 ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size, in ffs_balloc_ufs1() function
|
| D | ffs_vfsops.c | 918 ump->um_balloc = ffs_balloc_ufs1;
|