Home
last modified time | relevance | path

Searched refs:XFS_ATTR_LOCAL (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/scrub/
Dattr.c222 if (ent->flags & XFS_ATTR_LOCAL) { in xchk_xattr_entry()
377 badflags = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT | XFS_ATTR_SECURE | in xchk_xattr_rec()
381 if (ent->flags & XFS_ATTR_LOCAL) { in xchk_xattr_rec()
/Linux-v4.19/fs/xfs/
Dxfs_attr_inactive.c136 ((entry->flags & XFS_ATTR_LOCAL) == 0)) { in xfs_attr3_leaf_inactive()
164 ((entry->flags & XFS_ATTR_LOCAL) == 0)) { in xfs_attr3_leaf_inactive()
Dxfs_attr_list.c449 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_list_int()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_leaf.c880 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit()
1038 ASSERT(entry->flags & XFS_ATTR_LOCAL); in xfs_attr3_leaf_to_shortform()
1372 entry->flags = tmp ? XFS_ATTR_LOCAL : 0; in xfs_attr3_leaf_add_work()
1395 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_add_work()
2322 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_lookup_int()
2377 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_getvalue()
2597 if (entries[index].flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_entsize()
2673 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_clearflag()
2692 ASSERT((entry->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_clearflag()
2743 if ((entry->flags & XFS_ATTR_LOCAL) == 0) { in xfs_attr3_leaf_setflag()
[all …]
Dxfs_da_format.h750 #define XFS_ATTR_LOCAL (1 << XFS_ATTR_LOCAL_BIT) macro