Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dxattr.c574 char *first_val = (char *)header + min_offs; in ext2_xattr_set() local
591 memmove(first_val + size, first_val, val - first_val); in ext2_xattr_set()
592 memset(first_val, 0, size); in ext2_xattr_set()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c135 void *first_val = (void *)strtol(first, NULL, 16); in is_range_mapped() local
139 if (first_val <= start && second_val >= end) { in is_range_mapped()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c944 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local
965 first_val = val; in test_bpf_array_map()
994 if (CHECK(res_first_key != 0 || res_first_val != first_val, in test_bpf_array_map()
998 res_first_key, res_first_val, first_val)) in test_bpf_array_map()
/openbmc/linux/fs/ext4/
H A Dxattr.c1734 void *first_val = s->base + min_offs; in ext4_xattr_set_entry() local
1738 memmove(first_val + old_size, first_val, val - first_val); in ext4_xattr_set_entry()
1739 memset(first_val, 0, old_size); in ext4_xattr_set_entry()