Home
last modified time | relevance | path

Searched refs:struct_sz (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c18 int struct_sz; member
42 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
H A Dtest_core_reloc_type_based.c64 int struct_sz; member
95 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
H A Dcore_reloc_types.h771 int struct_sz; member
838 int struct_sz; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c19 int struct_sz; member
54 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
H A Dtest_core_reloc_type_based.c89 int struct_sz; member
142 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
H A Dcore_reloc_types.h790 int struct_sz; member
895 int struct_sz; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c284 .struct_sz = sizeof(((type *)0)->struct_field), \
785 .struct_sz = sizeof(struct a_struct),
827 .struct_sz = sizeof(struct a_struct___diff),
864 .struct_sz = sizeof(struct a_struct___diff_sz),
884 .struct_sz = sizeof(struct a_struct),
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c233 .struct_sz = sizeof(((type *)0)->struct_field), \
661 .struct_sz = sizeof(struct a_struct),
688 .struct_sz = sizeof(struct a_struct___diff_sz),
706 .struct_sz = sizeof(struct a_struct),
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c3594 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local
3608 struct_sz = readdir_info_level_struct_sz(info_level) + conv_len; in smb2_populate_readdir_entry()
3609 next_entry_offset = ALIGN(struct_sz, KSMBD_DIR_INFO_ALIGNMENT); in smb2_populate_readdir_entry()
3610 d_info->last_entry_off_align = next_entry_offset - struct_sz; in smb2_populate_readdir_entry()
3851 int struct_sz; in reserve_populate_dentry() local
3855 struct_sz = readdir_info_level_struct_sz(info_level); in reserve_populate_dentry()
3856 if (struct_sz == -EOPNOTSUPP) in reserve_populate_dentry()
3860 next_entry_offset = ALIGN(struct_sz + conv_len, in reserve_populate_dentry()

Completed in 18 milliseconds