Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c849 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit()
935 ASSERT(entry->flags & XFS_ATTR_LOCAL); in xfs_attr3_leaf_to_shortform()
1269 entry->flags = tmp ? XFS_ATTR_LOCAL : 0; in xfs_attr3_leaf_add_work()
1292 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_add_work()
2225 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_lookup_int()
2280 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_getvalue()
2500 if (entries[index].flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_entsize()
2576 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_clearflag()
2595 ASSERT((entry->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_clearflag()
2646 if ((entry->flags & XFS_ATTR_LOCAL) == 0) { in xfs_attr3_leaf_setflag()
[all …]
Dxfs_da_format.h764 #define XFS_ATTR_LOCAL (1 << XFS_ATTR_LOCAL_BIT) macro
/fs/xfs/
Dxfs_attr_inactive.c147 ((entry->flags & XFS_ATTR_LOCAL) == 0)) { in xfs_attr3_leaf_inactive()
175 ((entry->flags & XFS_ATTR_LOCAL) == 0)) { in xfs_attr3_leaf_inactive()
Dxfs_attr_list.c425 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_list_int()