Home
last modified time | relevance | path

Searched refs:ffs_balloc_ufs1 (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/usr.sbin/makefs/ffs/
Dffs_balloc.c57 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/
Dffs_extern.h58 int ffs_balloc_ufs1(struct vnode *a_vp, off_t a_startoffset, int a_size,
Dffs_snapshot.c1019 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),
Dffs_balloc.c90 ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size, in ffs_balloc_ufs1() function
Dffs_vfsops.c918 ump->um_balloc = ffs_balloc_ufs1;