Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmount.c85 const char *requested_type = NULL; in tomoyo_mount_acl() local
97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
98 if (!requested_type) in tomoyo_mount_acl()
100 rtype.name = requested_type; in tomoyo_mount_acl()
173 kfree(requested_type); in tomoyo_mount_acl()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmount.c85 const char *requested_type = NULL; in tomoyo_mount_acl() local
97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
98 if (!requested_type) in tomoyo_mount_acl()
100 rtype.name = requested_type; in tomoyo_mount_acl()
173 kfree(requested_type); in tomoyo_mount_acl()
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmconvert.c370 convert.requested_type = type; in dlm_send_remote_convert_request()
523 cnv->requested_type, in dlm_convert_lock_handler()
H A Ddlmlock.c295 create.requested_type = lock->ml.type; in dlm_send_remote_lock_request()
477 newlock = dlm_new_lock(create->requested_type, in dlm_create_lock_handler()
H A Ddlmcommon.h586 s8 requested_type; member
599 s8 requested_type; member
/kernel/linux/linux-6.6/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

Completed in 8 milliseconds