tomoyo_mounts 13 security/tomoyo/mount.c static const char * const tomoyo_mounts[TOMOYO_MAX_SPECIAL_MOUNT] = { tomoyo_mounts 114 security/tomoyo/mount.c if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) { tomoyo_mounts 116 security/tomoyo/mount.c } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || tomoyo_mounts 117 security/tomoyo/mount.c type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE] || tomoyo_mounts 118 security/tomoyo/mount.c type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE] || tomoyo_mounts 119 security/tomoyo/mount.c type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]) { tomoyo_mounts 121 security/tomoyo/mount.c } else if (type == tomoyo_mounts[TOMOYO_MOUNT_BIND] || tomoyo_mounts 122 security/tomoyo/mount.c type == tomoyo_mounts[TOMOYO_MOUNT_MOVE]) { tomoyo_mounts 205 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]; tomoyo_mounts 208 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_BIND]; tomoyo_mounts 213 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]; tomoyo_mounts 218 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE]; tomoyo_mounts 223 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE]; tomoyo_mounts 228 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; tomoyo_mounts 231 security/tomoyo/mount.c type = tomoyo_mounts[TOMOYO_MOUNT_MOVE];