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

/netbsd-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.c436 ffs_blkpref_ufs2(ip, lbn, (int)lbn,
474 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0);
513 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0);
543 pref = ffs_blkpref_ufs2(ip, lbn, indirs[num].in_off, &bap[0]);
H A Dffs_alloc.c198 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) function
/netbsd-current/sys/ufs/ffs/
H A Dffs_balloc.c581 ffs_blkpref_ufs2(ip, lastlbn, (int)nb,
631 ffs_blkpref_ufs2(ip, lbn, (int)lbn, flags,
644 ffs_blkpref_ufs2(ip, lbn, (int)lbn, flags,
672 ffs_blkpref_ufs2(ip, lastlbn, nb, flags,
749 ffs_blkpref_ufs2(ip, lbn, (int)lbn, flags,
768 ffs_blkpref_ufs2(ip, lbn, (int)lbn, flags,
803 pref = ffs_blkpref_ufs2(ip, lbn, 0, flags | B_METAONLY, NULL);
852 pref = ffs_blkpref_ufs2(ip, lbn, indirs[i-1].in_off,
855 pref = ffs_blkpref_ufs2(ip, lbn, 0, flags | B_METAONLY,
911 pref = ffs_blkpref_ufs2(i
[all...]
H A Dffs_extern.h96 daddr_t ffs_blkpref_ufs2(struct inode *, daddr_t, int, int, int64_t *);
H A Dffs_alloc.c835 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int flags, function

Completed in 120 milliseconds