Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext2/
Dxattr.c576 char *first_val = (char *)header + min_offs; in ext2_xattr_set() local
593 memmove(first_val + size, first_val, val - first_val); in ext2_xattr_set()
594 memset(first_val, 0, size); in ext2_xattr_set()
/Linux-v6.1/tools/testing/selftests/vm/
Dmremap_test.c149 void *first_val = (void *)strtol(first, NULL, 16); in mremap_expand_merge() local
153 if (first_val == start && second_val == start + 3 * page_size) { in mremap_expand_merge()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c946 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local
967 first_val = val; in test_bpf_array_map()
996 if (CHECK(res_first_key != 0 || res_first_val != first_val, in test_bpf_array_map()
1000 res_first_key, res_first_val, first_val)) in test_bpf_array_map()
/Linux-v6.1/fs/ext4/
Dxattr.c1703 void *first_val = s->base + min_offs; in ext4_xattr_set_entry() local
1707 memmove(first_val + old_size, first_val, val - first_val); in ext4_xattr_set_entry()
1708 memset(first_val, 0, old_size); in ext4_xattr_set_entry()