Searched refs:struct_sz (Results 1 – 5 of 5) sorted by relevance
18 int struct_sz; member44 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
64 int struct_sz; member95 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
788 int struct_sz; member860 int struct_sz; member
257 .struct_sz = sizeof(((type *)0)->struct_field), \702 .struct_sz = sizeof(struct a_struct),729 .struct_sz = sizeof(struct a_struct___diff_sz),747 .struct_sz = sizeof(struct a_struct),
3411 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local3425 struct_sz = readdir_info_level_struct_sz(info_level); in smb2_populate_readdir_entry()3426 next_entry_offset = ALIGN(struct_sz - 1 + conv_len, in smb2_populate_readdir_entry()3663 int struct_sz; in reserve_populate_dentry() local3667 struct_sz = readdir_info_level_struct_sz(info_level); in reserve_populate_dentry()3668 if (struct_sz == -EOPNOTSUPP) in reserve_populate_dentry()3672 next_entry_offset = ALIGN(struct_sz - 1 + conv_len, in reserve_populate_dentry()
Completed in 32 milliseconds