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

/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode_impl.h134 #define XAT0_HIDDEN 0x00000010 /* Hidden */ macro
170 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dxvattr.h162 #define XAT0_HIDDEN 0x00000010 /* Hidden */ macro
179 XAT0_READONLY|XAT0_HIDDEN|XAT0_NOUNLINK|XAT0_IMMUTABLE|XAT0_APPENDONLY| \
206 #define XAT_HIDDEN ((XAT0_INDEX << XVA_SHFT) | XAT0_HIDDEN)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c137 XAT0_HIDDEN;
H A Dzfs_replay.c117 xoap->xoa_hidden = ((*attrs & XAT0_HIDDEN) != 0);

Completed in 60 milliseconds