Searched refs:struct_sz (Results 1 – 5 of 5) sorted by relevance
19 int struct_sz; member54 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()
789 int struct_sz; member878 int struct_sz; member
281 .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),
3413 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local3427 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() local3669 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()