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
258 .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),
3387 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local3401 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() local3642 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()