Searched refs:ffs_alloc (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 183 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 224 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 265 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 296 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 440 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 481 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 522 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 553 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
|
H A D | Makefile.inc | 2 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.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 | 88 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 220 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 262 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 325 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 409 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 729 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 840 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 882 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 946 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 1031 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
|
H A D | ffs_extern.h | 55 int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
|
H A D | ffs_alloc.c | 150 ffs_alloc(struct inode *ip, in ffs_alloc() function
|
/freebsd/sys/modules/ufs/ |
H A D | Makefile | 7 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
|
/freebsd/sys/conf/ |
H A D | files | 5226 ufs/ffs/ffs_alloc.c optional ffs
|