Home
last modified time | relevance | path

Searched refs:struct_sz (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_size.c18 int struct_sz; member
44 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
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()
Dcore_reloc_types.h788 int struct_sz; member
860 int struct_sz; member
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c258 .struct_sz = sizeof(((type *)0)->struct_field), \
711 .struct_sz = sizeof(struct a_struct),
738 .struct_sz = sizeof(struct a_struct___diff_sz),
756 .struct_sz = sizeof(struct a_struct),
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c3387 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local
3401 struct_sz = readdir_info_level_struct_sz(info_level); in smb2_populate_readdir_entry()
3402 next_entry_offset = ALIGN(struct_sz - 1 + conv_len, in smb2_populate_readdir_entry()
3638 int struct_sz; in reserve_populate_dentry() local
3642 struct_sz = readdir_info_level_struct_sz(info_level); in reserve_populate_dentry()
3643 if (struct_sz == -EOPNOTSUPP) in reserve_populate_dentry()
3647 next_entry_offset = ALIGN(struct_sz - 1 + conv_len, in reserve_populate_dentry()