Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1107 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local
1123 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()
1124 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
1126 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
1128 bytes += xfs_attr_sf_entsize_byname(name_loc->namelen, in xfs_attr_shortform_allfit()
1129 be16_to_cpu(name_loc->valuelen)); in xfs_attr_shortform_allfit()
1217 struct xfs_attr_leaf_name_local *name_loc; in xfs_attr3_leaf_to_shortform() local
1277 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_to_shortform()
1278 nargs.name = name_loc->nameval; in xfs_attr3_leaf_to_shortform()
1279 nargs.namelen = name_loc->namelen; in xfs_attr3_leaf_to_shortform()
[all …]