/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test() 87 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 90 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_SHARED, NULL); in test() 97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns02.c | 84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test() 87 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 90 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_PRIVATE, NULL); in test() 97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns03.c | 97 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test() 100 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 103 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_SHARED, NULL); in test() 113 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns04.c | 51 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test() 54 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 56 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_UNBINDABLE, NULL); in test()
|
/external/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 110 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run() 111 SAFE_MOUNT("none", CHROOT_DIR, "tmpfs", 0, 0); in run() 121 SAFE_MOUNT("none", NEW_ROOT, "tmpfs", 0, 0); in run() 131 SAFE_MOUNT("none", PUT_OLD_FS, "tmpfs", 0, 0); in run()
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount06.c | 72 SAFE_MOUNT(cleanup, device, mntpoint_src, fs_type, 0, NULL); in main() 139 SAFE_MOUNT(cleanup, path_name, path_name, "none", MS_BIND, NULL); in setup() 143 SAFE_MOUNT(cleanup, "none", path_name, "none", MS_PRIVATE, NULL); in setup()
|
D | mount05.c | 109 SAFE_MOUNT(cleanup, device, mntpoint_src, fstype, 0, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 110 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL); in setup() 152 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT | MS_RDONLY, in test_erofs() 161 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT, NULL); in test_erofs()
|
/external/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_01.c | 94 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL); in umount2_verify() 125 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL); in umount2_verify()
|
D | umount2_03.c | 112 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL); in test_umount2()
|
D | umount2_02.c | 85 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL); in main()
|
/external/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown04.c | 118 SAFE_MOUNT(cleanup, device, "mntpoint", fs_type, 0, NULL); in setup() 121 SAFE_MOUNT(cleanup, device, "mntpoint", fs_type, in setup()
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify03.c | 58 SAFE_MOUNT(tst_device->dev, mntpoint, tst_device->fs_type, 0, NULL); in verify_inotify() 135 SAFE_MOUNT(tst_device->dev, mntpoint, tst_device->fs_type, 0, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat02.c | 176 SAFE_MOUNT(cleanup, device, "mntpoint", fs_type, 0, NULL); in setup() 194 SAFE_MOUNT(cleanup, device, "mntpoint", fs_type, in setup_erofs()
|
/external/ltp/testcases/kernel/syscalls/renameat/ |
D | renameat01.c | 187 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL); in setup() 190 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT | MS_RDONLY, in setup()
|
/external/ltp/testcases/kernel/syscalls/umount/ |
D | umount01.c | 21 SAFE_MOUNT(tst_device->dev, MNTPOINT, in verify_umount()
|
D | umount03.c | 43 SAFE_MOUNT(tst_device->dev, MNTPOINT, tst_device->fs_type, 0, NULL); in setup()
|
D | umount02.c | 66 SAFE_MOUNT(tst_device->dev, MNTPOINT, tst_device->fs_type, 0, NULL); in setup()
|
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap01.c | 96 SAFE_MOUNT("none", Hopt, "hugetlbfs", 0, NULL); in setup()
|
D | hugemmap04.c | 114 SAFE_MOUNT("none", Hopt, "hugetlbfs", 0, NULL); in setup()
|
D | hugemmap02.c | 143 SAFE_MOUNT("none", Hopt, "hugetlbfs", 0, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 96 SAFE_MOUNT(tst_device->dev, MNTPOINT, tst_device->fs_type, 0, 0); in setup()
|
/external/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown03.c | 112 SAFE_MOUNT(cleanup, device, TEST_EROFS, fs_type, MS_RDONLY, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 67 SAFE_MOUNT(TMP_DIR, TMP_DIR, "tmpfs", 0, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/utime/ |
D | utime06.c | 125 SAFE_MOUNT(cleanup, dev, MNT_POINT, fs_type, MS_RDONLY, NULL); in setup()
|