Home
last modified time | relevance | path

Searched refs:requested_type (Results 1 – 5 of 5) sorted by relevance

/linux/security/tomoyo/
H A Dmount.c87 const char *requested_type = NULL; in tomoyo_mount_acl()
99 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
100 if (!requested_type) in tomoyo_mount_acl()
102 rtype.name = requested_type; in tomoyo_mount_acl()
175 kfree(requested_type); in tomoyo_mount_acl()
85 const char *requested_type = NULL; tomoyo_mount_acl() local
/linux/fs/ocfs2/dlm/
H A Ddlmconvert.c368 convert.requested_type = type; in dlm_send_remote_convert_request()
521 cnv->requested_type, in dlm_convert_lock_handler()
H A Ddlmlock.c293 create.requested_type = lock->ml.type; in dlm_send_remote_lock_request()
475 newlock = dlm_new_lock(create->requested_type, in dlm_create_lock_handler()
H A Ddlmcommon.h581 s8 requested_type; member
594 s8 requested_type; member
/linux/drivers/net/ethernet/amd/pds_core/
H A Dfw.c496 u8 requested_type = 0; in pdsc_send_component_table() local
513 requested_type = pdsc_name_to_fw_type(priv->params->component); in pdsc_send_component_table()
517 requested_type)) { in pdsc_send_component_table()