Home
last modified time | relevance | path

Searched refs:requested_type (Results 1 – 4 of 4) 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