Searched refs:name_loc (Results 1 – 1 of 1) sorted by relevance
726 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local739 name_loc = xfs_attr_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()740 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()742 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()745 + name_loc->namelen in xfs_attr_shortform_allfit()746 + be16_to_cpu(name_loc->valuelen); in xfs_attr_shortform_allfit()763 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_leaf_to_shortform() local826 name_loc = xfs_attr_leaf_name_local(leaf, i); in xfs_attr_leaf_to_shortform()827 nargs.name = (char *)name_loc->nameval; in xfs_attr_leaf_to_shortform()828 nargs.namelen = name_loc->namelen; in xfs_attr_leaf_to_shortform()[all …]