Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dmount.c82 const char *requested_type = NULL; in tomoyo_mount_acl() local
93 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
94 if (!requested_type) in tomoyo_mount_acl()
96 rtype.name = requested_type; in tomoyo_mount_acl()
169 kfree(requested_type); in tomoyo_mount_acl()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmconvert.c379 convert.requested_type = type; in dlm_send_remote_convert_request()
532 cnv->requested_type, in dlm_convert_lock_handler()
Ddlmlock.c311 create.requested_type = lock->ml.type; in dlm_send_remote_lock_request()
493 newlock = dlm_new_lock(create->requested_type, in dlm_create_lock_handler()
Ddlmcommon.h610 s8 requested_type; member
623 s8 requested_type; member