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