Searched refs:ffs_alloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.sbin/makefs/ffs/ |
| H A D | ffs_balloc.c | 186 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 227 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() 299 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 443 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 484 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 525 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 556 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 | 54 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
|
| H A D | ffs_alloc.c | 91 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_balloc.c | 223 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 265 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 328 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 412 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 732 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 843 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 885 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 949 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 1034 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
|
| H A D | ffs_extern.h | 57 int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
|
| H A D | ffs_alloc.c | 152 ffs_alloc(struct inode *ip, in ffs_alloc() function
|
| /freebsd-14.2/sys/modules/ufs/ |
| H A D | Makefile | 8 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 5183 ufs/ffs/ffs_alloc.c optional ffs
|