name_loc          884 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_leaf_name_local_t *name_loc;
name_loc          900 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf, i);
name_loc          901 fs/xfs/libxfs/xfs_attr_leaf.c 		if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX)
name_loc          903 fs/xfs/libxfs/xfs_attr_leaf.c 		if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX)
name_loc          906 fs/xfs/libxfs/xfs_attr_leaf.c 				+ name_loc->namelen
name_loc          907 fs/xfs/libxfs/xfs_attr_leaf.c 				+ be16_to_cpu(name_loc->valuelen);
name_loc         1002 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_leaf_name_local *name_loc;
name_loc         1057 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf, i);
name_loc         1058 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.name = name_loc->nameval;
name_loc         1059 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.namelen = name_loc->namelen;
name_loc         1060 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.value = &name_loc->nameval[nargs.namelen];
name_loc         1061 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.valuelen = be16_to_cpu(name_loc->valuelen);
name_loc         1349 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_leaf_name_local *name_loc;
name_loc         1414 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf, args->index);
name_loc         1415 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc->namelen = args->namelen;
name_loc         1416 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc->valuelen = cpu_to_be16(args->valuelen);
name_loc         1417 fs/xfs/libxfs/xfs_attr_leaf.c 		memcpy((char *)name_loc->nameval, args->name, args->namelen);
name_loc         1418 fs/xfs/libxfs/xfs_attr_leaf.c 		memcpy((char *)&name_loc->nameval[args->namelen], args->value,
name_loc         1419 fs/xfs/libxfs/xfs_attr_leaf.c 				   be16_to_cpu(name_loc->valuelen));
name_loc         2273 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_leaf_name_local *name_loc;
name_loc         2341 fs/xfs/libxfs/xfs_attr_leaf.c 			name_loc = xfs_attr3_leaf_name_local(leaf, probe);
name_loc         2342 fs/xfs/libxfs/xfs_attr_leaf.c 			if (name_loc->namelen != args->namelen)
name_loc         2344 fs/xfs/libxfs/xfs_attr_leaf.c 			if (memcmp(args->name, name_loc->nameval,
name_loc         2389 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_leaf_name_local *name_loc;
name_loc         2399 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf, args->index);
name_loc         2400 fs/xfs/libxfs/xfs_attr_leaf.c 		ASSERT(name_loc->namelen == args->namelen);
name_loc         2401 fs/xfs/libxfs/xfs_attr_leaf.c 		ASSERT(memcmp(args->name, name_loc->nameval, args->namelen) == 0);
name_loc         2403 fs/xfs/libxfs/xfs_attr_leaf.c 					&name_loc->nameval[args->namelen],
name_loc         2404 fs/xfs/libxfs/xfs_attr_leaf.c 					be16_to_cpu(name_loc->valuelen));
name_loc         2596 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_leaf_name_local_t *name_loc;
name_loc         2602 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf, index);
name_loc         2603 fs/xfs/libxfs/xfs_attr_leaf.c 		size = xfs_attr_leaf_entsize_local(name_loc->namelen,
name_loc         2604 fs/xfs/libxfs/xfs_attr_leaf.c 						   be16_to_cpu(name_loc->valuelen));
name_loc         2655 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_leaf_name_local_t *name_loc;
name_loc         2678 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf, args->index);
name_loc         2679 fs/xfs/libxfs/xfs_attr_leaf.c 		namelen = name_loc->namelen;
name_loc         2680 fs/xfs/libxfs/xfs_attr_leaf.c 		name = (char *)name_loc->nameval;
name_loc         2783 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_leaf_name_local_t *name_loc;
name_loc         2825 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf1, args->index);
name_loc         2826 fs/xfs/libxfs/xfs_attr_leaf.c 		namelen1 = name_loc->namelen;
name_loc         2827 fs/xfs/libxfs/xfs_attr_leaf.c 		name1 = (char *)name_loc->nameval;
name_loc         2834 fs/xfs/libxfs/xfs_attr_leaf.c 		name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2);
name_loc         2835 fs/xfs/libxfs/xfs_attr_leaf.c 		namelen2 = name_loc->namelen;
name_loc         2836 fs/xfs/libxfs/xfs_attr_leaf.c 		name2 = (char *)name_loc->nameval;
name_loc          445 fs/xfs/xfs_attr_list.c 			xfs_attr_leaf_name_local_t *name_loc;
name_loc          447 fs/xfs/xfs_attr_list.c 			name_loc = xfs_attr3_leaf_name_local(leaf, i);
name_loc          448 fs/xfs/xfs_attr_list.c 			name = name_loc->nameval;
name_loc          449 fs/xfs/xfs_attr_list.c 			namelen = name_loc->namelen;
name_loc          450 fs/xfs/xfs_attr_list.c 			valuelen = be16_to_cpu(name_loc->valuelen);