Searched refs:ffs_blkpref_ufs2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 441 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 480 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0); in ffs_balloc_ufs2() 521 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0); in ffs_balloc_ufs2() 552 pref = ffs_blkpref_ufs2(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs2()
|
H A D | ffs_extern.h | 54 daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int64_t *);
|
H A D | ffs_alloc.c | 188 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs_blkpref_ufs2() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 658 ffs_blkpref_ufs2(ip, lastlbn, (int)nb, in ffs_balloc_ufs2() 712 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 730 ffs_blkpref_ufs2(ip, lbn, (int)lbn, &dp->di_extb[0]), in ffs_balloc_ufs2() 761 ffs_blkpref_ufs2(ip, lastlbn, (int)nb, in ffs_balloc_ufs2() 824 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 841 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 880 pref = ffs_blkpref_ufs2(ip, lbn, -indirs[0].in_off - 1, in ffs_balloc_ufs2() 944 pref = ffs_blkpref_ufs2(ip, lbn, i - num - 1, in ffs_balloc_ufs2() 1029 pref = ffs_blkpref_ufs2(ip, lbn, indirs[i].in_off, in ffs_balloc_ufs2()
|
H A D | ffs_extern.h | 65 ufs2_daddr_t ffs_blkpref_ufs2(struct inode *, ufs_lbn_t, int, ufs2_daddr_t *);
|
H A D | ffs_alloc.c | 941 pref = ffs_blkpref_ufs2(ip, start_lbn, soff, sbap); in ffs_reallocblks_ufs2() 1525 ffs_blkpref_ufs2(struct inode *ip, in ffs_blkpref_ufs2() function
|