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()
89 int struct_sz; member142 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
790 int struct_sz; member895 int struct_sz; member
284 .struct_sz = sizeof(((type *)0)->struct_field), \785 .struct_sz = sizeof(struct a_struct),827 .struct_sz = sizeof(struct a_struct___diff),864 .struct_sz = sizeof(struct a_struct___diff_sz),884 .struct_sz = sizeof(struct a_struct),
3430 int struct_sz, rc = 0; in smb2_populate_readdir_entry() local3444 struct_sz = readdir_info_level_struct_sz(info_level) - 1 + conv_len; in smb2_populate_readdir_entry()3445 next_entry_offset = ALIGN(struct_sz, KSMBD_DIR_INFO_ALIGNMENT); in smb2_populate_readdir_entry()3446 d_info->last_entry_off_align = next_entry_offset - struct_sz; in smb2_populate_readdir_entry()3687 int struct_sz; in reserve_populate_dentry() local3691 struct_sz = readdir_info_level_struct_sz(info_level); in reserve_populate_dentry()3692 if (struct_sz == -EOPNOTSUPP) in reserve_populate_dentry()3696 next_entry_offset = ALIGN(struct_sz - 1 + conv_len, in reserve_populate_dentry()