Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_attr.h32 #define ATTR_SECURE 0x0008 /* use attrs in security namespace */ macro
45 { ATTR_SECURE, "SECURE" }, \
Dxfs_xattr.c105 .flags = ATTR_SECURE,
Dxfs_attr_list.c567 if (((context->flags & ATTR_SECURE) == 0) != in xfs_attr_put_listent()
Dxfs_ioctl32.c355 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_iops.c63 xattr->value_len, ATTR_SECURE); in xfs_initxattrs()
Dxfs_ioctl.c398 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.h759 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)
764 ((x) & ATTR_SECURE ? XFS_ATTR_SECURE : 0))
766 ((x) & XFS_ATTR_SECURE ? ATTR_SECURE : 0))
/Linux-v4.19/fs/xfs/scrub/
Dattr.c95 args.flags |= ATTR_SECURE; in xchk_xattr_listent()