Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 25 of 25) sorted by relevance

/linux-6.6.21/fs/notify/fanotify/
Dfanotify_user.c398 info.hdr.info_type = FAN_EVENT_INFO_TYPE_ERROR; in copy_error_info_to_user()
414 int info_type, const char *name, in copy_fid_info_to_user() argument
435 switch (info_type) { in copy_fid_info_to_user()
451 info.hdr.info_type = info_type; in copy_fid_info_to_user()
523 info.hdr.info_type = FAN_EVENT_INFO_TYPE_PIDFD; in copy_pidfd_info_to_user()
538 int ret, total_bytes = 0, info_type = 0; in copy_info_records_to_user() local
549 info_type = info->name_len ? FAN_EVENT_INFO_TYPE_DFID_NAME : in copy_info_records_to_user()
554 info_type = FAN_EVENT_INFO_TYPE_OLD_DFID_NAME; in copy_info_records_to_user()
558 info_type, in copy_info_records_to_user()
571 info_type = FAN_EVENT_INFO_TYPE_NEW_DFID_NAME; in copy_info_records_to_user()
[all …]
/linux-6.6.21/samples/fanotify/
Dfs-monitor.c84 switch (info->info_type) { in handle_notifications()
104 info->info_type, info->len); in handle_notifications()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c1198 enum iwl_rx_phy_info_type info_type; member
1352 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data()
1397 if (phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB && in iwl_mvm_decode_he_phy_data()
1398 phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB_EXT) { in iwl_mvm_decode_he_phy_data()
1425 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data()
1439 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data()
1762 u8 info_type = phy_data->info_type; in iwl_mvm_decode_eht_phy_data() local
1765 if (info_type < IWL_RX_PHY_INFO_TYPE_EHT_MU || in iwl_mvm_decode_eht_phy_data()
1766 info_type > IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT) in iwl_mvm_decode_eht_phy_data()
1860 if (info_type == IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT || in iwl_mvm_decode_eht_phy_data()
[all …]
/linux-6.6.21/drivers/input/keyboard/
Dcros_ec_keyb.c350 enum ec_mkbp_info_type info_type, in cros_ec_keyb_info() argument
369 params->info_type = info_type; in cros_ec_keyb_info()
379 (int)info_type, (int)event_type, ret); in cros_ec_keyb_info()
382 (int)info_type, (int)event_type, in cros_ec_keyb_info()
/linux-6.6.21/fs/smb/client/
Dcifs_ioctl.h46 __u32 info_type; member
Dsmb2proto.h183 u8 info_class, u8 info_type,
217 u8 info_class, u8 info_type, u32 additional_info,
Dsmb2pdu.c3632 u8 info_class, u8 info_type, u32 additional_info, in SMB2_query_info_init() argument
3650 req->InfoType = info_type; in SMB2_query_info_init()
3679 u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, in query_info() argument
3712 info_class, info_type, additional_info, in query_info()
3718 ses->Suid, info_class, (__u32)info_type); in query_info()
3727 ses->Suid, info_class, (__u32)info_type, rc); in query_info()
3732 ses->Suid, info_class, (__u32)info_type); in query_info()
5292 u8 info_class, u8 info_type, u32 additional_info, in SMB2_set_info_init() argument
5306 req->InfoType = info_type; in SMB2_set_info_init()
5341 u8 info_type, u32 additional_info, unsigned int num, in send_set_info() argument
[all …]
Dsmb2ops.c1550 switch (qi.info_type & FSCTL_DEVICE_ACCESS_MASK) { in smb2_ioctl_query_info()
1587 qi.info_type, buffer, qi.output_buffer_length, in smb2_ioctl_query_info()
1619 qi.info_type, qi.additional_information, in smb2_ioctl_query_info()
/linux-6.6.21/include/uapi/linux/
Dfanotify.h154 __u8 info_type; member
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c475 u8 info_type, u16 data_size, void *mcqi_data) in mlx5_reg_mcqi_query() argument
484 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
/linux-6.6.21/drivers/iio/proximity/
Dcros_ec_mkbp_proximity.c80 params->info_type = EC_MKBP_INFO_CURRENT; in cros_ec_mkbp_proximity_query()
/linux-6.6.21/Documentation/admin-guide/
Dfilesystem-monitoring.rst55 identified by ``struct fanotify_event_info_header.info_type`` being set
/linux-6.6.21/arch/ia64/kernel/
Dpalinfo.c427 static const char * const info_type[] = { in register_info() local
437 seq_printf(m, "%-32s : ", info_type[info]); in register_info()
/linux-6.6.21/drivers/net/ethernet/dec/tulip/
Dtulip.h390 int info_type; member
/linux-6.6.21/sound/soc/sof/
Dsof-audio.h359 int info_type; member
Dipc4-control.c449 switch (scontrol->info_type) { in sof_ipc4_widget_kcontrol_setup()
Dtopology.c974 scontrol->info_type = le32_to_cpu(hdr->ops.info); in sof_control_load()
Dipc3-topology.c1767 switch (scontrol->info_type) { in sof_ipc3_control_setup()
Dipc4-topology.c2194 switch (scontrol->info_type) { in sof_ipc4_control_setup()
/linux-6.6.21/drivers/hid/
Dhid-google-hammer.c73 params->info_type = get_state ? in cbas_ec_query_base()
/linux-6.6.21/arch/ia64/include/asm/
Dpal.h1224 ia64_pal_mc_dynamic_state (u64 info_type, u64 dy_buffer, u64 *size) in ia64_pal_mc_dynamic_state() argument
1227 PAL_CALL(iprv, PAL_MC_DYNAMIC_STATE, info_type, dy_buffer, 0); in ia64_pal_mc_dynamic_state()
/linux-6.6.21/drivers/scsi/esas2r/
Datioctl.h980 u8 info_type; member
/linux-6.6.21/include/linux/platform_data/
Dcros_ec_commands.h3176 uint8_t info_type; member
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h10373 MLXSW_ITEM32(reg, mcqi, info_type, 0x08, 0, 5);
/linux-6.6.21/include/linux/mlx5/
Dmlx5_ifc.h10766 u8 info_type[0x5]; member