ATTR_SECURE 49 fs/xfs/libxfs/xfs_attr.h { ATTR_SECURE, "SECURE" }, \ ATTR_SECURE 759 fs/xfs/libxfs/xfs_da_format.h #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE) ATTR_SECURE 764 fs/xfs/libxfs/xfs_da_format.h ((x) & ATTR_SECURE ? XFS_ATTR_SECURE : 0)) ATTR_SECURE 766 fs/xfs/libxfs/xfs_da_format.h ((x) & XFS_ATTR_SECURE ? ATTR_SECURE : 0)) ATTR_SECURE 154 fs/xfs/scrub/attr.c args.flags |= ATTR_SECURE; ATTR_SECURE 563 fs/xfs/xfs_attr_list.c if (((context->flags & ATTR_SECURE) == 0) != ATTR_SECURE 392 fs/xfs/xfs_ioctl.c if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) ATTR_SECURE 376 fs/xfs/xfs_ioctl32.c if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) ATTR_SECURE 53 fs/xfs/xfs_iops.c xattr->value_len, ATTR_SECURE); ATTR_SECURE 102 fs/xfs/xfs_xattr.c .flags = ATTR_SECURE,