Home
last modified time | relevance | path

Searched refs:FSCONFIG_SET_BINARY (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fsconfig/
Dfsconfig02.c30 {"set-binary-key", &fd, FSCONFIG_SET_BINARY, NULL, "foo", &aux_1, EINVAL},
31 {"set-binary-value", &fd, FSCONFIG_SET_BINARY, "sync", NULL, &aux_1, EINVAL},
32 {"set-binary-aux", &fd, FSCONFIG_SET_BINARY, "sync", "foo", &aux_0, EINVAL},
/third_party/ltp/include/lapi/
Dfsmount.h106 FSCONFIG_SET_BINARY = 2, /* Set parameter, supplying a binary blob value */ enumerator