Searched refs:name_loc (Results 1 – 1 of 1) sorted by relevance
730 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local743 name_loc = xfs_attr_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()744 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()746 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()749 + name_loc->namelen in xfs_attr_shortform_allfit()750 + be16_to_cpu(name_loc->valuelen); in xfs_attr_shortform_allfit()767 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_leaf_to_shortform() local817 name_loc = xfs_attr_leaf_name_local(leaf, i); in xfs_attr_leaf_to_shortform()818 nargs.name = name_loc->nameval; in xfs_attr_leaf_to_shortform()819 nargs.namelen = name_loc->namelen; in xfs_attr_leaf_to_shortform()[all …]