Home
last modified time | relevance | path

Searched refs:XFS_ATTR_SECURE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.h752 #define XFS_ATTR_SECURE (1 << XFS_ATTR_SECURE_BIT) macro
760 #define XFS_ATTR_NSP_ONDISK_MASK (XFS_ATTR_ROOT | XFS_ATTR_SECURE)
764 ((x) & ATTR_SECURE ? XFS_ATTR_SECURE : 0))
766 ((x) & XFS_ATTR_SECURE ? ATTR_SECURE : 0))
/linux-4.19.296/fs/xfs/scrub/
Dattr.c94 else if (flags & XFS_ATTR_SECURE) in xchk_xattr_listent()
377 badflags = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT | XFS_ATTR_SECURE | in xchk_xattr_rec()
/linux-4.19.296/fs/xfs/
Dxfs_xattr.c199 } else if (flags & XFS_ATTR_SECURE) { in xfs_xattr_put_listent()
Dxfs_attr_list.c569 ((flags & XFS_ATTR_SECURE) == 0)) in xfs_attr_put_listent()