Home
last modified time | relevance | path

Searched refs:ffs_blkpref_ufs2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/usr.sbin/makefs/ffs/
Dffs_balloc.c439 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()
Dffs_extern.h57 daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int64_t *);
Dffs_alloc.c193 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/
Dffs_balloc.c646 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()
Dffs_extern.h68 ufs2_daddr_t ffs_blkpref_ufs2(struct inode *, ufs_lbn_t, int, ufs2_daddr_t *);
Dffs_alloc.c922 pref = ffs_blkpref_ufs2(ip, start_lbn, soff, sbap);
1479 ffs_blkpref_ufs2(ip, lbn, indx, bap) in ffs_blkpref_ufs2() function