Searched refs:XAT_SPARSE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dvnode.h257 #define XAT_SPARSE ((XAT0_INDEX << XVA_SHFT) | XAT0_SPARSE) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c182 if (XVA_ISSET_REQ(xvap, XAT_SPARSE))
H A Dzfs_vnops.c2825 if (XVA_ISSET_REQ(xvap, XAT_SPARSE)) {
2828 XVA_SET_RTN(xvap, XAT_SPARSE);
3009 XVA_ISSET_REQ(xvap, XAT_SPARSE) ||
5122 XVA_SET_REQ(&xvap, XAT_SPARSE);
5153 FLAG_CHECK(UF_SPARSE, XAT_SPARSE,
5268 FLAG_CHANGE(UF_SPARSE, ZFS_SPARSE, XAT_SPARSE,
H A Dzfs_znode.c1102 if (XVA_ISSET_REQ(xvap, XAT_SPARSE)) {
1105 XVA_SET_RTN(xvap, XAT_SPARSE);
H A Dzfs_replay.c137 if (XVA_ISSET_REQ(xvap, XAT_SPARSE))

Completed in 189 milliseconds