Home
last modified time | relevance | path

Searched refs:ATTR_SECURE (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_attr.h44 #define ATTR_SECURE 0x0008 /* use attrs in security namespace */ macro
55 { ATTR_SECURE, "SECURE" }, \
Dxfs_attr_leaf.h136 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)
141 ((x) & ATTR_SECURE ? XFS_ATTR_SECURE : 0))
143 ((x) & XFS_ATTR_SECURE ? ATTR_SECURE : 0))
Dxfs_xattr.c91 .flags = ATTR_SECURE,
Dxfs_ioctl32.c371 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_iops.c65 xattr->value_len, ATTR_SECURE); in xfs_initxattrs()
Dxfs_ioctl.c410 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
Dxfs_attr.c685 if (((context->flags & ATTR_SECURE) == 0) != in xfs_attr_put_listent()