HomeSort by: relevance | last modified time | path
    Searched refs:XVA_ISSET_REQ (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_log.c 139 if (XVA_ISSET_REQ(xvap, XAT_READONLY))
142 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN))
145 if (XVA_ISSET_REQ(xvap, XAT_SYSTEM))
148 if (XVA_ISSET_REQ(xvap, XAT_ARCHIVE))
151 if (XVA_ISSET_REQ(xvap, XAT_IMMUTABLE))
154 if (XVA_ISSET_REQ(xvap, XAT_NOUNLINK))
157 if (XVA_ISSET_REQ(xvap, XAT_APPENDONLY))
160 if (XVA_ISSET_REQ(xvap, XAT_OPAQUE))
163 if (XVA_ISSET_REQ(xvap, XAT_NODUMP))
166 if (XVA_ISSET_REQ(xvap, XAT_AV_QUARANTINED)
    [all...]
zfs_replay.c 106 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN))
108 if (XVA_ISSET_REQ(xvap, XAT_SYSTEM))
110 if (XVA_ISSET_REQ(xvap, XAT_ARCHIVE))
112 if (XVA_ISSET_REQ(xvap, XAT_READONLY))
114 if (XVA_ISSET_REQ(xvap, XAT_IMMUTABLE))
116 if (XVA_ISSET_REQ(xvap, XAT_NOUNLINK))
118 if (XVA_ISSET_REQ(xvap, XAT_APPENDONLY))
120 if (XVA_ISSET_REQ(xvap, XAT_NODUMP))
122 if (XVA_ISSET_REQ(xvap, XAT_OPAQUE))
124 if (XVA_ISSET_REQ(xvap, XAT_AV_MODIFIED)
    [all...]
zfs_vnops.c 3160 if (XVA_ISSET_REQ(xvap, XAT_ARCHIVE)) {
3166 if (XVA_ISSET_REQ(xvap, XAT_READONLY)) {
3172 if (XVA_ISSET_REQ(xvap, XAT_SYSTEM)) {
3178 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) {
3184 if (XVA_ISSET_REQ(xvap, XAT_NOUNLINK)) {
3190 if (XVA_ISSET_REQ(xvap, XAT_IMMUTABLE)) {
3196 if (XVA_ISSET_REQ(xvap, XAT_APPENDONLY)) {
3202 if (XVA_ISSET_REQ(xvap, XAT_NODUMP)) {
3208 if (XVA_ISSET_REQ(xvap, XAT_OPAQUE)) {
3214 if (XVA_ISSET_REQ(xvap, XAT_AV_QUARANTINED))
    [all...]
zfs_znode.c 1199 if (XVA_ISSET_REQ(xvap, XAT_CREATETIME)) {
1206 if (XVA_ISSET_REQ(xvap, XAT_READONLY)) {
1211 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) {
1216 if (XVA_ISSET_REQ(xvap, XAT_SYSTEM)) {
1221 if (XVA_ISSET_REQ(xvap, XAT_ARCHIVE)) {
1226 if (XVA_ISSET_REQ(xvap, XAT_IMMUTABLE)) {
1231 if (XVA_ISSET_REQ(xvap, XAT_NOUNLINK)) {
1236 if (XVA_ISSET_REQ(xvap, XAT_APPENDONLY)) {
1241 if (XVA_ISSET_REQ(xvap, XAT_NODUMP)) {
1246 if (XVA_ISSET_REQ(xvap, XAT_OPAQUE))
    [all...]
  /src/external/cddl/osnet/dist/uts/common/sys/
vnode.h 297 * XVA_ISSET_REQ() checks the requested attribute bitmap (xva_reqattrmap[])
300 #define XVA_ISSET_REQ(xvap, attr) \

Completed in 25 milliseconds