Lines Matching refs:tomoyo_mounts
13 static const char * const tomoyo_mounts[TOMOYO_MAX_SPECIAL_MOUNT] = { variable
114 if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) { in tomoyo_mount_acl()
116 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || in tomoyo_mount_acl()
117 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE] || in tomoyo_mount_acl()
118 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE] || in tomoyo_mount_acl()
119 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]) { in tomoyo_mount_acl()
121 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_BIND] || in tomoyo_mount_acl()
122 type == tomoyo_mounts[TOMOYO_MOUNT_MOVE]) { in tomoyo_mount_acl()
205 type = tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]; in tomoyo_mount_permission()
208 type = tomoyo_mounts[TOMOYO_MOUNT_BIND]; in tomoyo_mount_permission()
213 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]; in tomoyo_mount_permission()
218 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE]; in tomoyo_mount_permission()
223 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE]; in tomoyo_mount_permission()
228 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; in tomoyo_mount_permission()
231 type = tomoyo_mounts[TOMOYO_MOUNT_MOVE]; in tomoyo_mount_permission()