Home
last modified time | relevance | path

Searched defs:fs_opts (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/include/
Dtst_mkfs.h18 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ argument
/third_party/ltp/lib/
Dtst_mkfs.c27 const char *const fs_opts[], const char *const extra_opts[]) in tst_mkfs_()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx05.c90 const char *const fs_opts[] = {"-O encrypt", opt_bsize, NULL}; in setup() local
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap16.c147 const char *fs_opts[3] = {"-b", "1024", NULL}; in setup() local
/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl08.c155 const char *const fs_opts[] = { "-O quota", NULL}; in setup() local
Dquotactl04.c122 const char *const fs_opts[] = {"-I 256", "-O quota,project", NULL}; in setup() local
/third_party/ltp/include/old/
Dtest.h198 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument