Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_leaf.c832 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local
848 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()
849 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
851 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
854 + name_loc->namelen in xfs_attr_shortform_allfit()
855 + be16_to_cpu(name_loc->valuelen); in xfs_attr_shortform_allfit()
876 struct xfs_attr_leaf_name_local *name_loc; in xfs_attr3_leaf_to_shortform() local
933 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_to_shortform()
934 nargs.name = name_loc->nameval; in xfs_attr3_leaf_to_shortform()
935 nargs.namelen = name_loc->namelen; in xfs_attr3_leaf_to_shortform()
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_attr_list.c428 xfs_attr_leaf_name_local_t *name_loc = in xfs_attr3_leaf_list_int() local
433 name_loc->nameval, in xfs_attr3_leaf_list_int()
434 (int)name_loc->namelen, in xfs_attr3_leaf_list_int()
435 be16_to_cpu(name_loc->valuelen), in xfs_attr3_leaf_list_int()
436 &name_loc->nameval[name_loc->namelen]); in xfs_attr3_leaf_list_int()