Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.c850 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit()
936 ASSERT(entry->flags & XFS_ATTR_LOCAL); in xfs_attr3_leaf_to_shortform()
1270 entry->flags = tmp ? XFS_ATTR_LOCAL : 0; in xfs_attr3_leaf_add_work()
1293 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_add_work()
2224 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_lookup_int()
2279 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_getvalue()
2499 if (entries[index].flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_entsize()
2575 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_clearflag()
2594 ASSERT((entry->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_clearflag()
2645 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
/linux-4.4.14/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.c427 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_list_int()