Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c980 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local
996 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()
997 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
999 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
1001 bytes += xfs_attr_sf_entsize_byname(name_loc->namelen, in xfs_attr_shortform_allfit()
1002 be16_to_cpu(name_loc->valuelen)); in xfs_attr_shortform_allfit()
1099 struct xfs_attr_leaf_name_local *name_loc; in xfs_attr3_leaf_to_shortform() local
1154 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_to_shortform()
1155 nargs.name = name_loc->nameval; in xfs_attr3_leaf_to_shortform()
1156 nargs.namelen = name_loc in xfs_attr3_leaf_to_shortform()
1444 struct xfs_attr_leaf_name_local *name_loc; xfs_attr3_leaf_add_work() local
2371 struct xfs_attr_leaf_name_local *name_loc; xfs_attr3_leaf_lookup_int() local
2477 struct xfs_attr_leaf_name_local *name_loc; xfs_attr3_leaf_getvalue() local
2684 xfs_attr_leaf_name_local_t *name_loc; xfs_attr_leaf_entsize() local
2743 xfs_attr_leaf_name_local_t *name_loc; xfs_attr3_leaf_clearflag() local
2865 xfs_attr_leaf_name_local_t *name_loc; xfs_attr3_leaf_flipflags() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1012 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local
1028 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit()
1029 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
1031 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
1033 bytes += xfs_attr_sf_entsize_byname(name_loc->namelen, in xfs_attr_shortform_allfit()
1034 be16_to_cpu(name_loc->valuelen)); in xfs_attr_shortform_allfit()
1131 struct xfs_attr_leaf_name_local *name_loc; in xfs_attr3_leaf_to_shortform() local
1194 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_to_shortform()
1195 nargs.name = name_loc->nameval; in xfs_attr3_leaf_to_shortform()
1196 nargs.namelen = name_loc in xfs_attr3_leaf_to_shortform()
1489 struct xfs_attr_leaf_name_local *name_loc; xfs_attr3_leaf_add_work() local
2415 struct xfs_attr_leaf_name_local *name_loc; xfs_attr3_leaf_lookup_int() local
2521 struct xfs_attr_leaf_name_local *name_loc; xfs_attr3_leaf_getvalue() local
2728 xfs_attr_leaf_name_local_t *name_loc; xfs_attr_leaf_entsize() local
2787 xfs_attr_leaf_name_local_t *name_loc; xfs_attr3_leaf_clearflag() local
2909 xfs_attr_leaf_name_local_t *name_loc; xfs_attr3_leaf_flipflags() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_attr_list.c452 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr3_leaf_list_int() local
454 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_list_int()
455 name = name_loc->nameval; in xfs_attr3_leaf_list_int()
456 namelen = name_loc->namelen; in xfs_attr3_leaf_list_int()
457 valuelen = be16_to_cpu(name_loc->valuelen); in xfs_attr3_leaf_list_int()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_attr_list.c452 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr3_leaf_list_int() local
454 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_list_int()
455 name = name_loc->nameval; in xfs_attr3_leaf_list_int()
456 namelen = name_loc->namelen; in xfs_attr3_leaf_list_int()
457 valuelen = be16_to_cpu(name_loc->valuelen); in xfs_attr3_leaf_list_int()

Completed in 6 milliseconds