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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dvnode.h245 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c142 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN))
H A Dzfs_vnops.c2757 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) {
2760 XVA_SET_RTN(xvap, XAT_HIDDEN);
3005 ((mask & AT_XVATTR) && (XVA_ISSET_REQ(xvap, XAT_HIDDEN) ||
5119 XVA_SET_REQ(&xvap, XAT_HIDDEN);
5147 FLAG_CHECK(UF_HIDDEN, XAT_HIDDEN,
5262 FLAG_CHANGE(UF_HIDDEN, ZFS_HIDDEN, XAT_HIDDEN,
H A Dzfs_znode.c1038 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) {
1041 XVA_SET_RTN(xvap, XAT_HIDDEN);
H A Dzfs_replay.c106 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN))

Completed in 121 milliseconds