Searched refs:XFS_ATTR_LOCAL (Results 1 – 7 of 7) sorted by relevance
719 #define XFS_ATTR_LOCAL (1u << XFS_ATTR_LOCAL_BIT) macro733 XFS_ATTR_LOCAL | \737 { XFS_ATTR_LOCAL, "local" }, \
269 if (ent->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_verify_entry()1033 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit()1190 ASSERT(entry->flags & XFS_ATTR_LOCAL); in xfs_attr3_leaf_to_shortform()1532 entry->flags |= XFS_ATTR_LOCAL; in xfs_attr3_leaf_add_work()1555 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_add_work()2483 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_lookup_int()2538 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_getvalue()2818 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_clearflag()2886 if ((entry->flags & XFS_ATTR_LOCAL) == 0) { in xfs_attr3_leaf_setflag()2961 if (entry1->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags()[all …]
356 if (ent->flags & XFS_ATTR_LOCAL) { in xchk_xattr_entry()534 if (ent->flags & XFS_ATTR_LOCAL) { in xchk_xattr_rec()
76 if (entry->flags & XFS_ATTR_LOCAL) { in xchk_xattr_walk_leaf_entries()
434 if (ent->flags & XFS_ATTR_LOCAL) { in xrep_xattr_recover_leaf()
106 if (!entry->nameidx || (entry->flags & XFS_ATTR_LOCAL)) in xfs_attr3_leaf_inactive()
497 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_list_int()
Completed in 19 milliseconds