Searched refs:opt_bsize (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx05.c | 90 char opt_bsize[32]; in setup() local 91 const char *const fs_opts[] = {"-O encrypt", opt_bsize, NULL}; in setup() 94 snprintf(opt_bsize, sizeof(opt_bsize), "-b %i", getpagesize()); in setup()
|
H A D | statx09.c | 124 char opt_bsize[32]; in setup() local 125 const char *const fs_opts[] = {"-O verity", opt_bsize, NULL}; in setup() 127 snprintf(opt_bsize, sizeof(opt_bsize), "-b %i", getpagesize()); in setup()
|
Completed in 1 milliseconds