Searched refs:ffs_blkpref_ufs1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 184 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 223 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 264 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 295 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs1()
|
H A D | ffs_extern.h | 53 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
|
H A D | ffs_alloc.c | 149 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 141 ffs_blkpref_ufs1(ip, lastlbn, (int)nb, in ffs_balloc_ufs1() 204 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 221 ffs_blkpref_ufs1(ip, lbn, (int)lbn, &dp->di_db[0]), in ffs_balloc_ufs1() 260 pref = ffs_blkpref_ufs1(ip, lbn, -indirs[0].in_off - 1, in ffs_balloc_ufs1() 323 pref = ffs_blkpref_ufs1(ip, lbn, i - num - 1, in ffs_balloc_ufs1() 407 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i].in_off, in ffs_balloc_ufs1()
|
H A D | ffs_extern.h | 64 ufs2_daddr_t ffs_blkpref_ufs1(struct inode *, ufs_lbn_t, int, ufs1_daddr_t *);
|
H A D | ffs_alloc.c | 674 pref = ffs_blkpref_ufs1(ip, start_lbn, soff, sbap); in ffs_reallocblks_ufs1() 1405 ffs_blkpref_ufs1(struct inode *ip, in ffs_blkpref_ufs1() function
|