Searched defs:fs_opts (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/include/ |
D | tst_mkfs.h | 18 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ argument
|
/third_party/ltp/lib/ |
D | tst_mkfs.c | 27 const char *const fs_opts[], const char *const extra_opts[]) in tst_mkfs_()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 90 const char *const fs_opts[] = {"-O encrypt", opt_bsize, NULL}; in setup() local
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap16.c | 147 const char *fs_opts[3] = {"-b", "1024", NULL}; in setup() local
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl08.c | 155 const char *const fs_opts[] = { "-O quota", NULL}; in setup() local
|
D | quotactl04.c | 122 const char *const fs_opts[] = {"-I 256", "-O quota,project", NULL}; in setup() local
|
/third_party/ltp/include/old/ |
D | test.h | 198 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument
|