Searched refs:needs_rofs (Results 1 – 18 of 18) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime06.c | 72 .needs_rofs = 1
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 85 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown04.c | 80 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 80 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod06.c | 84 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir03.c | 91 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
D | chown04.c | 102 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir02.c | 106 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
D | access04.c | 110 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/utimes/ |
D | utimes01.c | 100 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
D | creat06.c | 155 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
D | acct01.c | 124 .needs_rofs = 1,
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod06.c | 146 .needs_rofs = 1,
|
/third_party/ltp/include/ |
D | tst_test.h | 176 int needs_rofs:1; member
|
/third_party/ltp/lib/ |
D | tst_test.c | 1109 if (tst_test->needs_rofs) { in prepare_device() 1239 if ((tst_test->needs_devfs || tst_test->needs_rofs || in do_setup() 1246 if (!!tst_test->needs_rofs + !!tst_test->needs_devfs + in do_setup() 1255 if (tst_test->needs_rofs) { in do_setup()
|
/third_party/ltp/doc/ |
D | Test-Writing-Guidelines.asciidoc | 384 | '.needs_rofs' | –
|
D | C-Test-API.asciidoc | 1017 If '.needs_rofs' is set, read-only filesystem is mounted at '.mntpoint' this
|
D | c-test-api.txt | 947 If '.needs_rofs' is set, read-only filesystem is mounted at '.mntpoint' this
|