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

/freebsd-current/usr.sbin/makefs/ffs/
H A Dffs_extern.h54 daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int64_t *);
H A Dffs_balloc.c441 ffs_blkpref_ufs2(ip, lbn, (int)lbn,
480 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0);
521 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0);
552 pref = ffs_blkpref_ufs2(ip, lbn, indirs[num].in_off, &bap[0]);
H A Dffs_alloc.c188 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) function
/freebsd-current/sys/ufs/ffs/
H A Dffs_balloc.c658 ffs_blkpref_ufs2(ip, lastlbn, (int)nb,
712 ffs_blkpref_ufs2(ip, lbn, (int)lbn,
730 ffs_blkpref_ufs2(ip, lbn, (int)lbn, &dp->di_extb[0]),
761 ffs_blkpref_ufs2(ip, lastlbn, (int)nb,
824 ffs_blkpref_ufs2(ip, lbn, (int)lbn,
841 ffs_blkpref_ufs2(ip, lbn, (int)lbn,
880 pref = ffs_blkpref_ufs2(ip, lbn, -indirs[0].in_off - 1,
944 pref = ffs_blkpref_ufs2(ip, lbn, i - num - 1,
1029 pref = ffs_blkpref_ufs2(ip, lbn, indirs[i].in_off,
H A Dffs_extern.h65 ufs2_daddr_t ffs_blkpref_ufs2(struct inode *, ufs_lbn_t, int, ufs2_daddr_t *);
H A Dffs_alloc.c941 pref = ffs_blkpref_ufs2(ip, start_lbn, soff, sbap);
1516 ffs_blkpref_ufs2(struct inode *ip, function

Completed in 122 milliseconds