Searched refs:blkpref (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c397 pref = blkpref(ip, llbn, (int)llbn, &ip->i_db[0]);
468 pref = blkpref(ip, lbn, (int)lbn,
499 pref = blkpref(ip, lbn, (int)lbn, &ip->i_db[0]);
628 pref = blkpref(ip, lbn, 0, (daddr32_t *)0);
738 pref = blkpref(ip, lbn, 0,
742 pref = blkpref(ip, lbn, i, &bap[0]);
H A Dufs_alloc.c535 blkpref(struct inode *ip, daddr_t lbn, int indx, daddr32_t *bap) function
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h751 ulong_t vfs_avgbfree; /* average free blks in cg (blkpref) */
879 extern daddr_t blkpref(struct inode *, daddr_t, int, daddr32_t *);

Completed in 69 milliseconds