Searched refs:ffs_alloc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 189 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 229 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 268 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 298 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 435 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 475 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 514 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 544 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
|
H A D | Makefile.inc | 6 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ffs_tables.c ufs_bmap.c
|
H A D | ffs_extern.h | 52 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
|
H A D | ffs_alloc.c | 101 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 249 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 286 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 339 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 395 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred, in ffs_balloc_ufs1() 643 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 767 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 804 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 857 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 913 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred, in ffs_balloc_ufs2()
|
H A D | ffs_extern.h | 90 int ffs_alloc(struct inode *, daddr_t, daddr_t , int, int, kauth_cred_t,
|
H A D | ffs_alloc.c | 176 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, in ffs_alloc() function
|
/netbsd-src/sys/modules/ffs/ |
H A D | Makefile | 14 SRCS+= ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_subr.c ffs_tables.c \
|
/netbsd-src/sys/rump/fs/lib/libffs/ |
H A D | Makefile | 9 SRCS= ffs_alloc.c ffs_appleufs.c ffs_balloc.c ffs_bswap.c ffs_inode.c \
|
/netbsd-src/sys/ufs/ |
H A D | files.ufs | 52 file ufs/ffs/ffs_alloc.c ffs
|