Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c83 const char *requested_type = NULL; in tomoyo_mount_acl() local
94 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
95 if (!requested_type) in tomoyo_mount_acl()
97 rtype.name = requested_type; in tomoyo_mount_acl()
170 kfree(requested_type); in tomoyo_mount_acl()
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmconvert.c385 convert.requested_type = type; in dlm_send_remote_convert_request()
538 cnv->requested_type, in dlm_convert_lock_handler()
Ddlmlock.c310 create.requested_type = lock->ml.type; in dlm_send_remote_lock_request()
492 newlock = dlm_new_lock(create->requested_type, in dlm_create_lock_handler()
Ddlmcommon.h602 s8 requested_type; member
615 s8 requested_type; member