Searched refs:ffs_alloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/usr.sbin/makefs/ffs/ |
| H A D | ffs_balloc.c | 187 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() 267 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 297 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 438 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 478 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 518 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2() 548 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
|
| H A D | Makefile.inc | 5 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
|
| H A D | ffs_extern.h | 55 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
|
| H A D | ffs_alloc.c | 93 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_balloc.c | 225 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1() 267 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 330 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 414 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 734 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 845 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2() 887 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 951 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2() 1036 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
|
| H A D | ffs_extern.h | 58 int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
|
| H A D | ffs_alloc.c | 151 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) in ffs_alloc() function
|
| /freebsd-13.1/sys/modules/ufs/ |
| H A D | Makefile | 9 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
|
| /freebsd-13.1/sys/conf/ |
| H A D | files | 5126 ufs/ffs/ffs_alloc.c optional ffs
|