Searched refs:XFS_ATTR_LEAF_NAME_LOCAL (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_attr_leaf.h | 162 #define XFS_ATTR_LEAF_NAME_LOCAL(leafp,idx) \ macro 165 #define XFS_ATTR_LEAF_NAME_LOCAL(leafp,idx) /* local name struct ptr */ \ macro
|
D | xfs_attr_leaf.c | 627 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, i); in xfs_attr_shortform_allfit() 692 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, i); in xfs_attr_leaf_to_shortform() 1022 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, args->index); in xfs_attr_leaf_add_work() 1907 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, probe); in xfs_attr_leaf_lookup_int() 1969 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, args->index); in xfs_attr_leaf_getvalue() 2222 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, index); in xfs_attr_leaf_entsize() 2337 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, i); in xfs_attr_leaf_list_int() 2476 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, args->index); in xfs_attr_leaf_clearflag() 2622 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf1, args->index); in xfs_attr_leaf_flipflags() 2631 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf2, args->index2); in xfs_attr_leaf_flipflags()
|
D | xfs_macros.c | 309 return XFS_ATTR_LEAF_NAME_LOCAL(leafp, idx); in xfs_attr_leaf_name_local()
|