Home
last modified time | relevance | path

Searched refs:XAT0_HIDDEN (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h569 #define XAT0_HIDDEN 0x00000010 /* Hidden */ macro
584 XAT0_READONLY|XAT0_HIDDEN|XAT0_NOUNLINK|XAT0_IMMUTABLE|XAT0_APPENDONLY| \
610 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN)
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h574 #define XAT0_HIDDEN 0x00000010 /* Hidden */ macro
589 XAT0_READONLY|XAT0_HIDDEN|XAT0_NOUNLINK|XAT0_IMMUTABLE|XAT0_APPENDONLY| \
615 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN)
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c138 XAT0_HIDDEN; in zfs_log_xvattr()
H A Dzfs_replay.c104 xoap->xoa_hidden = ((*attrs & XAT0_HIDDEN) != 0); in zfs_replay_xvattr()