Searched refs:FSCONFIG_SET_PATH_EMPTY (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
D | fsconfig02.c | 36 {"set-path-empty-key", &fd, FSCONFIG_SET_PATH_EMPTY, NULL, "/dev/foo", &aux_fdcwd, EINVAL}, 37 {"set-path-empty-value", &fd, FSCONFIG_SET_PATH_EMPTY, "sync", NULL, &aux_fdcwd, EINVAL}, 38 {"set-path-empty-aux", &fd, FSCONFIG_SET_PATH_EMPTY, "sync", "/dev/foo", &aux_minus1, EINVAL},
|
D | fsconfig01.c | 45 TEST(fsconfig(fd, FSCONFIG_SET_PATH_EMPTY, "sync", tst_device->dev, 0)); in run()
|
/third_party/ltp/include/lapi/ |
D | fsmount.h | 108 FSCONFIG_SET_PATH_EMPTY = 4, /* Set parameter, supplying an object by (empty) path */ enumerator
|