Searched refs:FSCONFIG_SET_BINARY (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
D | fsconfig02.c | 30 {"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/ |
D | fsmount.h | 106 FSCONFIG_SET_BINARY = 2, /* Set parameter, supplying a binary blob value */ enumerator
|