Home
last modified time | relevance | path

Searched refs:XAT_HIDDEN (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_xattr.c153 XVA_SET_RTN(xvap, XAT_HIDDEN); in getxva_parse_nvl()
222 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) { in fop__setxvattr()
/titanic_44/usr/src/uts/common/fs/zut/
H A Dzut.c211 XVA_SET_REQ(&xv, XAT_HIDDEN); in zut_stat64()
252 if (XVA_ISSET_RTN(&xv, XAT_HIDDEN) && xoap->xoa_hidden) in zut_stat64()
/titanic_44/usr/src/uts/common/fs/
H A Dxattr.c185 XVA_SET_REQ(&xvattr, XAT_HIDDEN); in xattr_fill_nvlist()
256 if (XVA_ISSET_RTN(&xvattr, XAT_HIDDEN)) { in xattr_fill_nvlist()
635 XVA_SET_REQ(&xvattr, XAT_HIDDEN); in xattr_file_write()
855 XVA_SET_REQ(&xvattr, XAT_HIDDEN); in xattr_copy()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c328 XVA_SET_REQ(&tmp_xvattr, XAT_HIDDEN); in smb_vop_getattr()
353 if ((XVA_ISSET_RTN(&tmp_xvattr, XAT_HIDDEN)) && in smb_vop_getattr()
894 XVA_SET_REQ(xvattr, XAT_HIDDEN); in smb_vop_setup_xvattr()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c136 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) in zfs_log_xvattr()
H A Dzfs_replay.c103 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) in zfs_replay_xvattr()
H A Dzfs_znode.c1033 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) { in zfs_xvattr_set()
1036 XVA_SET_RTN(xvap, XAT_HIDDEN); in zfs_xvattr_set()
H A Dzfs_vnops.c2623 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) { in zfs_getattr()
2626 XVA_SET_RTN(xvap, XAT_HIDDEN); in zfs_getattr()
2882 ((mask & AT_XVATTR) && (XVA_ISSET_REQ(xvap, XAT_HIDDEN) || in zfs_setattr()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h610 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN) macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h615 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN) macro
/titanic_44/usr/src/uts/common/os/
H A Dpolicy.c1308 XVA_ISSET_REQ(xvap, XAT_HIDDEN) || in secpolicy_xvattr()