/external/ltp/lib/ |
D | tst_mkfs.c | 24 void tst_mkfs(void (cleanup_fn)(void), const char *dev, in tst_mkfs() function 105 tst_mkfs(NULL, dev, fs_type, fs_opts, extra_opt); in safe_mkfs()
|
/external/ltp/lib/tests/ |
D | tst_device.c | 49 tst_mkfs(cleanup, dev, "ext2", NULL, NULL); in main()
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount01.c | 86 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
D | mount04.c | 101 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
D | mount05.c | 107 tst_mkfs(NULL, device, fstype, NULL, NULL); in setup()
|
D | mount06.c | 132 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/umount/ |
D | umount01.c | 96 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
D | umount03.c | 102 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
D | umount02.c | 120 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/access/ |
D | access06.c | 96 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_01.c | 81 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
D | umount2_03.c | 101 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
D | umount2_02.c | 121 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown03.c | 110 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/utime/ |
D | utime06.c | 122 tst_mkfs(cleanup, dev, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 146 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod06.c | 130 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 107 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod07.c | 126 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/fs/fs_readonly/ |
D | test_robind.sh | 208 tst_mkfs $fstype $device $opts
|
/external/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown04.c | 116 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 119 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/include/old/ |
D | test.h | 215 void tst_mkfs(void (cleanup_fn)(void), const char *dev,
|
/external/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir02.c | 140 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|
/external/ltp/testcases/kernel/syscalls/chown/ |
D | chown04.c | 152 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
|