Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_attr.h44 #define ATTR_SECURE 0x0008 /* use attrs in security namespace */ macro
55 { ATTR_SECURE, "SECURE" }, \
Dxfs_xattr.c122 .flags = ATTR_SECURE,
Dxfs_attr_list.c568 if (((context->flags & ATTR_SECURE) == 0) != in xfs_attr_put_listent()
Dxfs_ioctl32.c366 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_iops.c73 xattr->value_len, ATTR_SECURE); in xfs_initxattrs()
Dxfs_ioctl.c422 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
/fs/xfs/libxfs/
Dxfs_da_format.h773 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)
778 ((x) & ATTR_SECURE ? XFS_ATTR_SECURE : 0))
780 ((x) & XFS_ATTR_SECURE ? ATTR_SECURE : 0))