HomeSort by relevance Sort by last modified time
    Searched defs:AT_XVATTR (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/lib/libzpool/common/sys/
zfs_context.h 395 #define AT_XVATTR 0x10000
  /netvirt/usr/src/uts/common/sys/
vnode.h 430 * which includes the common attributes. If AT_XVATTR is set in the va_mask
431 * then the entire structure is treated as an xvattr. If AT_XVATTR is not
526 * If AT_XVATTR is set then there are additional bits to process in
529 * That is, setting AT_ALL will NOT set AT_XVATTR.
531 #define AT_XVATTR 0x10000
622 ASSERT((xvap)->xva_vattr.va_mask | AT_XVATTR); \
631 ASSERT((xvap)->xva_vattr.va_mask | AT_XVATTR); \
640 ((((xvap)->xva_vattr.va_mask | AT_XVATTR) && \
650 ((((xvap)->xva_vattr.va_mask | AT_XVATTR) && \
    [all...]

Completed in 120 milliseconds