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

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

Completed in 141 milliseconds