Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c267 if (ent->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_verify_entry()
995 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit()
1154 ASSERT(entry->flags & XFS_ATTR_LOCAL); in xfs_attr3_leaf_to_shortform()
1488 entry->flags |= XFS_ATTR_LOCAL; in xfs_attr3_leaf_add_work()
1510 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_add_work()
2437 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_lookup_int()
2487 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_getvalue()
2690 if (entries[index].flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_entsize()
2766 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_clearflag()
2785 ASSERT((entry->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_clearflag()
[all …]
Dxfs_da_format.h691 #define XFS_ATTR_LOCAL (1 << XFS_ATTR_LOCAL_BIT) macro
/fs/xfs/scrub/
Dattr.c277 if (ent->flags & XFS_ATTR_LOCAL) { in xchk_xattr_entry()
444 badflags = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT | XFS_ATTR_SECURE | in xchk_xattr_rec()
448 if (ent->flags & XFS_ATTR_LOCAL) { in xchk_xattr_rec()
/fs/xfs/
Dxfs_attr_inactive.c105 if (!entry->nameidx || (entry->flags & XFS_ATTR_LOCAL)) in xfs_attr3_leaf_inactive()
Dxfs_attr_list.c451 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_list_int()