Searched refs:need_dev (Results 1 – 2 of 2) sorted by relevance
60 (!r->param.mount.need_dev || in tomoyo_check_mount_acl() 93 int need_dev = 0; in tomoyo_mount_acl() 125 need_dev = -1; /* dev_name is a directory */ in tomoyo_mount_acl() 134 need_dev = 1; in tomoyo_mount_acl() 136 if (need_dev) { in tomoyo_mount_acl() 161 r->param.mount.need_dev = need_dev; in tomoyo_mount_acl() 91 int need_dev = 0; tomoyo_mount_acl() local
488 int need_dev; member