Home
last modified time | relevance | path

Searched refs:extra_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ceph/
Dcaps.c3038 struct cap_extra_info *extra_info) in handle_cap_grant() argument
3103 (extra_info->issued & CEPH_CAP_AUTH_EXCL) == 0) { in handle_cap_grant()
3113 (extra_info->issued & CEPH_CAP_LINK_EXCL) == 0) { in handle_cap_grant()
3120 if ((extra_info->issued & CEPH_CAP_XATTR_EXCL) == 0 && in handle_cap_grant()
3142 ceph_fill_file_time(inode, extra_info->issued, in handle_cap_grant()
3147 if ((newcaps & CEPH_CAP_FILE_SHARED) && extra_info->dirstat_valid) { in handle_cap_grant()
3148 ci->i_files = extra_info->nfiles; in handle_cap_grant()
3149 ci->i_subdirs = extra_info->nsubdirs; in handle_cap_grant()
3160 rcu_assign_pointer(ci->i_layout.pool_ns, extra_info->pool_ns); in handle_cap_grant()
3163 extra_info->pool_ns != old_ns) in handle_cap_grant()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h638 u8 extra_info; member
642 u8 extra_info; member
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx.c4172 ch_info->extra_info); in halmac_add_ch_info_88xx()
4177 ch_sw_info->extra_info_en = ch_info->extra_info; in halmac_add_ch_info_88xx()
4249 ch_extra_info->extra_info); in halmac_add_extra_ch_info_88xx()
4259 ch_sw_info->extra_info_en = ch_extra_info->extra_info; in halmac_add_extra_ch_info_88xx()