Searched refs:ffs_blkpref_ufs2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/usr.sbin/makefs/ffs/ |
| D | ffs_balloc.c | 439 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 477 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0); in ffs_balloc_ufs2() 517 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0); in ffs_balloc_ufs2() 547 pref = ffs_blkpref_ufs2(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs2()
|
| D | ffs_extern.h | 57 daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int64_t *);
|
| D | ffs_alloc.c | 193 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs_blkpref_ufs2() function
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_balloc.c | 646 ffs_blkpref_ufs2(ip, lastlbn, (int)nb, in ffs_balloc_ufs2() 703 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 721 ffs_blkpref_ufs2(ip, lbn, (int)lbn, &dp->di_extb[0]), in ffs_balloc_ufs2() 751 ffs_blkpref_ufs2(ip, lastlbn, (int)nb, in ffs_balloc_ufs2() 813 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 830 ffs_blkpref_ufs2(ip, lbn, (int)lbn, in ffs_balloc_ufs2() 868 pref = ffs_blkpref_ufs2(ip, lbn, -indirs[0].in_off - 1, in ffs_balloc_ufs2() 933 pref = ffs_blkpref_ufs2(ip, lbn, i - num - 1, in ffs_balloc_ufs2() 1016 pref = ffs_blkpref_ufs2(ip, lbn, indirs[i].in_off, in ffs_balloc_ufs2()
|
| D | ffs_extern.h | 68 ufs2_daddr_t ffs_blkpref_ufs2(struct inode *, ufs_lbn_t, int, ufs2_daddr_t *);
|
| D | ffs_alloc.c | 922 pref = ffs_blkpref_ufs2(ip, start_lbn, soff, sbap); 1479 ffs_blkpref_ufs2(ip, lbn, indx, bap) in ffs_blkpref_ufs2() function
|