Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/progs/ !
Dtest_core_reloc_size.c19 int struct_sz; member
54 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.h789 int struct_sz; member
878 int struct_sz; member
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ !
Dcore_reloc.c281 .struct_sz = sizeof(((type *)0)->struct_field), \
744 .struct_sz = sizeof(struct a_struct),
771 .struct_sz = sizeof(struct a_struct___diff_sz),
789 .struct_sz = sizeof(struct a_struct),
/linux-5.19.10/fs/ksmbd/ !
Dsmb2pdu.c3413 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local
3427 struct_sz = readdir_info_level_struct_sz(info_level) - 1 + conv_len; in smb2_populate_readdir_entry()
3428 next_entry_offset = ALIGN(struct_sz, KSMBD_DIR_INFO_ALIGNMENT); in smb2_populate_readdir_entry()
3429 d_info->last_entry_off_align = next_entry_offset - struct_sz; in smb2_populate_readdir_entry()
3665 int struct_sz; in reserve_populate_dentry() local
3669 struct_sz = readdir_info_level_struct_sz(info_level); in reserve_populate_dentry()
3670 if (struct_sz == -EOPNOTSUPP) in reserve_populate_dentry()
3674 next_entry_offset = ALIGN(struct_sz - 1 + conv_len, in reserve_populate_dentry()