Home
last modified time | relevance | path

Searched refs:XAT0_READONLY (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dvnode.h572 #define XAT0_READONLY 0x00000008 /* Readonly */ macro
588 XAT0_READONLY|XAT0_HIDDEN|XAT0_NOUNLINK|XAT0_IMMUTABLE|XAT0_APPENDONLY| \
613 #define XAT_READONLY ((XAT0_INDEX << XVA_SHFT) | XAT0_READONLY)
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c134 XAT0_READONLY; in zfs_log_xvattr()
H A Dzfs_replay.c109 xoap->xoa_readonly = ((*attrs & XAT0_READONLY) != 0); in zfs_replay_xvattr()