Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmount.c59 (!r->param.mount.need_dev || in tomoyo_check_mount_acl()
91 int need_dev = 0; in tomoyo_mount_acl() local
123 need_dev = -1; /* dev_name is a directory */ in tomoyo_mount_acl()
132 need_dev = 1; in tomoyo_mount_acl()
134 if (need_dev) { in tomoyo_mount_acl()
159 r->param.mount.need_dev = need_dev; in tomoyo_mount_acl()
H A Dcommon.h488 int need_dev; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmount.c59 (!r->param.mount.need_dev || in tomoyo_check_mount_acl()
91 int need_dev = 0; in tomoyo_mount_acl() local
123 need_dev = -1; /* dev_name is a directory */ in tomoyo_mount_acl()
132 need_dev = 1; in tomoyo_mount_acl()
134 if (need_dev) { in tomoyo_mount_acl()
159 r->param.mount.need_dev = need_dev; in tomoyo_mount_acl()
H A Dcommon.h488 int need_dev; member

Completed in 7 milliseconds