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.c117 .flags = ATTR_SECURE,
Dxfs_attr_list.c537 if (((context->flags & ATTR_SECURE) == 0) != in xfs_attr_put_listent()
Dxfs_ioctl32.c365 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_iops.c74 xattr->value_len, ATTR_SECURE); in xfs_initxattrs()
Dxfs_ioctl.c406 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
/fs/xfs/libxfs/
Dxfs_da_format.h771 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)
776 ((x) & ATTR_SECURE ? XFS_ATTR_SECURE : 0))
778 ((x) & XFS_ATTR_SECURE ? ATTR_SECURE : 0))