/third_party/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_03.c | 46 static int mount_flag; variable 113 mount_flag = 1; in test_umount2() 122 if (mount_flag) { in test_umount2() 125 mount_flag = 0; in test_umount2() 133 mount_flag = 0; in verify_failure() 155 mount_flag = 0; in verify_success() 160 if (mount_flag && tst_umount(MNTPOINT)) in cleanup()
|
D | umount2_01.c | 43 static int mount_flag; variable 94 mount_flag = 1; in umount2_verify() 105 mount_flag = 0; in umount2_verify() 125 mount_flag = 1; in umount2_verify() 145 if (mount_flag) { in umount2_verify() 148 mount_flag = 0; in umount2_verify() 157 if (mount_flag && tst_umount(MNTPOINT)) in cleanup()
|
D | umount2_02.c | 35 static int mount_flag; variable 79 if (!mount_flag) { in test_umount2() 81 mount_flag = 1; in test_umount2() 97 mount_flag = 0; in test_umount2() 107 if (mount_flag) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/umount/ |
D | umount01.c | 16 static int mount_flag; variable 20 if (mount_flag != 1) { in verify_umount() 23 mount_flag = 1; in verify_umount() 40 mount_flag = 0; in verify_umount() 50 if (mount_flag) in cleanup()
|
D | umount03.c | 19 static int mount_flag; variable 44 mount_flag = 1; in setup() 55 if (mount_flag) in cleanup()
|
D | umount02.c | 25 static int mount_flag; variable 67 mount_flag = 1; in setup() 77 if (mount_flag) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl07.c | 30 static int mount_flag; variable 59 mount_flag = 1; in setup() 61 mount_flag = 0; in setup() 63 mount_flag = 1; in setup() 72 if (mount_flag && tst_umount(MNTPOINT)) in cleanup()
|
D | quotactl04.c | 35 static int test_id, mount_flag; variable 106 mount_flag = 1; in setup() 119 if (mount_flag && tst_umount(MNTPOINT)) in cleanup()
|
D | quotactl08.c | 47 static int test_id, mount_flag; variable 162 mount_flag = 1; in setup() 175 if (mount_flag && tst_umount(MNTPOINT)) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify03.c | 49 static int mount_flag; variable 59 mount_flag = 1; in verify_inotify() 78 mount_flag = 0; in verify_inotify() 136 mount_flag = 1; in setup() 153 mount_flag = 0; in setup() 161 if (mount_flag) { in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/ |
D | mount_setattr01.c | 45 static int mount_flag, otfd = -1; variable 64 if (mount_flag) in cleanup() 100 mount_flag = 1; in run() 117 if (mount_flag) in run() 120 mount_flag = 0; in run()
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat02.c | 52 static int mount_flag; variable 173 mount_flag = 1; in setup() 192 mount_flag = 1; in setup_erofs() 197 if (mount_flag && tst_umount("mntpoint") < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 36 static int mount_flag; variable 98 mount_flag = 1; in setup() 111 if (mount_flag) in cleanup()
|
D | statx09.c | 35 static int mount_flag; variable 137 mount_flag = 1; in setup() 147 if (mount_flag) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown03.c | 50 static int mount_flag; variable 113 mount_flag = 1; in setup() 141 if (mount_flag && tst_umount(TEST_EROFS) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount06.c | 58 static int mount_flag; variable 141 mount_flag = 1; in setup() 156 if (mount_flag && tst_umount(path_name) != 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 58 static int mount_flag; variable 111 mount_flag = 1; in setup() 180 if (mount_flag && tst_umount(MNTPOINT) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod07.c | 67 static int mount_flag; variable 135 mount_flag = 1; in setup() 177 if (mount_flag && tst_umount(MNT_POINT) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat04.c | 44 static int tmpfile_fd = -1, dir_fd = -1, mount_flag; variable 64 mount_flag = 1; in do_mount() 159 if (mount_flag && tst_umount(MNTPOINT)) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 54 static int mount_flag; variable 129 mount_flag = 1; in setup() 171 if (mount_flag && tst_umount(MNT_POINT) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open12.c | 44 static unsigned int mount_flag, skip_noatime; variable 104 mount_flag = 1; in setup() 241 if (mount_flag && tst_umount(MNTPOINT) == -1) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/renameat/ |
D | renameat01.c | 84 static int mount_flag; variable 181 mount_flag = 1; in setup() 239 if (mount_flag && tst_umount(MNTPOINT) < 0) in cleanup()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | dma_thread_diotest.c | 136 static int mount_flag; variable 405 mount_flag = 1; in setup() 430 if (mount_flag && tst_umount(MNT_POINT) < 0) in cleanup()
|
/third_party/ltp/doc/ |
D | C-Test-API.asciidoc | 166 static int fd0, fd1, mount_flag; 177 mount_flag = 1; 200 if (mount_flag && tst_umouont(MNTPOINT))
|
D | c-test-api.txt | 144 static int fd0, fd1, mount_flag; 155 mount_flag = 1; 178 if (mount_flag && tst_umouont(MNTPOINT))
|