Searched refs:first_val (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ext2/ |
| H A D | xattr.c | 574 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()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_test.c | 163 unsigned long first_val, second_val; in is_range_mapped() local 168 if (sscanf(line, "%lx-%lx", &first_val, &second_val) != 2) { in is_range_mapped() 173 if (first_val <= start && second_val >= end) { in is_range_mapped()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 1020 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local 1041 first_val = val; in test_bpf_array_map() 1071 !ASSERT_EQ(res_first_val, first_val, "bpf_seq_write")) in test_bpf_array_map()
|
| /linux/fs/ext4/ |
| H A D | xattr.c | 1736 void *first_val = s->base + min_offs; in ext4_xattr_set_entry() local 1740 memmove(first_val + old_size, first_val, val - first_val); in ext4_xattr_set_entry() 1741 memset(first_val, 0, old_size); in ext4_xattr_set_entry()
|