Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_attr_leaf.c625 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit()
691 ASSERT(entry->flags & XFS_ATTR_LOCAL); in xfs_attr_leaf_to_shortform()
993 entry->flags = tmp ? XFS_ATTR_LOCAL : 0; in xfs_attr_leaf_add_work()
1021 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_add_work()
1906 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_lookup_int()
1968 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_getvalue()
2221 if (leaf->entries[index].flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_entsize()
2336 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_list_int()
2475 if (entry->flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_clearflag()
2494 ASSERT((entry->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr_leaf_clearflag()
[all …]
Dxfs_attr_leaf.h135 #define XFS_ATTR_LOCAL (1 << XFS_ATTR_LOCAL_BIT) macro