Lines Matching defs:filesystem
112 static bool supports_filesystem(const char *const filesystem)
120 * Consider that the filesystem is supported if we cannot get the
126 /* filesystem can be null for bind mounts. */
127 if (!filesystem)
130 len = snprintf(str, sizeof(str), "nodev\t%s\n", filesystem);
132 /* Ignores too-long filesystem names. */
272 TH_LOG("Failed to mount the %s filesystem: %s", mnt->type,
278 * the same filesystem.
721 * Because nsfs is an internal filesystem, /proc/self/ns/mnt is a
728 * Checks that it is not possible to add nsfs-like filesystem
3235 /* Limits read and write access to files tied to the filesystem. */
4582 SKIP(return, "this filesystem is not supported (setup)");
4629 SKIP(return, "this filesystem is not supported (teardown)");
4675 SKIP(return, "this filesystem is not supported (test)");
4739 SKIP(return, "this filesystem is not supported (test)");
4753 /* Unmount the filesystem while it is being used by a ruleset. */