Searched refs:XAT_HIDDEN (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_xattr.c | 153 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 D | zut.c | 211 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 D | xattr.c | 185 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 D | smb_vops.c | 328 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 D | zfs_log.c | 136 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) in zfs_log_xvattr()
|
H A D | zfs_replay.c | 103 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) in zfs_replay_xvattr()
|
H A D | zfs_znode.c | 1033 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) { in zfs_xvattr_set() 1036 XVA_SET_RTN(xvap, XAT_HIDDEN); in zfs_xvattr_set()
|
H A D | zfs_vnops.c | 2623 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 D | vnode.h | 610 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 615 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN) macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | policy.c | 1308 XVA_ISSET_REQ(xvap, XAT_HIDDEN) || in secpolicy_xvattr()
|