Home
last modified time | relevance | path

Searched refs:FSCONFIG_CMD_CREATE (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fsconfig/
Dfsconfig02.c42 {"cmd-create-key", &fd, FSCONFIG_CMD_CREATE, "foo", NULL, &aux_0, EINVAL},
43 {"cmd-create-value", &fd, FSCONFIG_CMD_CREATE, NULL, "foo", &aux_0, EINVAL},
44 {"cmd-create-aux", &fd, FSCONFIG_CMD_CREATE, NULL, NULL, &aux_1, EINVAL},
Dfsconfig01.c61 TEST(fsconfig(fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0)); in run()
/third_party/ltp/testcases/kernel/syscalls/fsmount/
Dfsmount02.c44 TEST(fsconfig(fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0)); in setup()
Dfsmount01.c59 TEST(fsconfig(sfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0)); in run()
/third_party/ltp/testcases/kernel/syscalls/fsopen/
Dfsopen01.c40 TEST(fsconfig(fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0)); in run()
/third_party/ltp/testcases/kernel/syscalls/move_mount/
Dmove_mount01.c44 TEST(fsconfig(fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0)); in run()
Dmove_mount02.c48 TEST(fsconfig(fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0)); in run()
/third_party/ltp/include/lapi/
Dfsmount.h110 FSCONFIG_CMD_CREATE = 6, /* Invoke superblock creation */ enumerator