Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c884 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local
900 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()
901 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
903 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
906 + name_loc->namelen in xfs_attr_shortform_allfit()
907 + be16_to_cpu(name_loc->valuelen); in xfs_attr_shortform_allfit()
1002 struct xfs_attr_leaf_name_local *name_loc; in xfs_attr3_leaf_to_shortform() local
1057 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_to_shortform()
1058 nargs.name = name_loc->nameval; in xfs_attr3_leaf_to_shortform()
1059 nargs.namelen = name_loc->namelen; in xfs_attr3_leaf_to_shortform()
[all …]
/Linux-v5.4/fs/xfs/
Dxfs_attr_list.c445 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr3_leaf_list_int() local
447 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_list_int()
448 name = name_loc->nameval; in xfs_attr3_leaf_list_int()
449 namelen = name_loc->namelen; in xfs_attr3_leaf_list_int()
450 valuelen = be16_to_cpu(name_loc->valuelen); in xfs_attr3_leaf_list_int()