Searched refs:tmpfs (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c76 int tmpfs, fsfd, ovl; local
78 fsfd = sys_fsopen("tmpfs", 0);
80 return pr_perror("fsopen(tmpfs)");
85 tmpfs = sys_fsmount(fsfd, 0, 0);
86 if (tmpfs == -1)
92 if (sys_move_mount(tmpfs, "", AT_FDCWD, "/tmp", MOVE_MOUNT_F_EMPTY_PATH))
94 close(tmpfs);
/linux-master/tools/testing/selftests/
H A DMakefile104 TARGETS += tmpfs
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c260 .type = "tmpfs",
4711 /* Creates tmpfs mount points to get deterministic overlayfs. */
5102 FIXTURE_VARIANT_ADD(layout3_fs, tmpfs) {
5105 .type = "tmpfs",

Completed in 195 milliseconds