Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmount.h103 FSCONFIG_CMD_CREATE = 6, /* Create new or reuse existing superblock */ enumerator
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h103 FSCONFIG_CMD_CREATE = 6, /* Invoke superblock creation */ enumerator
/openbmc/linux/samples/vfs/
H A Dtest-fsmount.c115 E_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0); in main()
/openbmc/linux/fs/
H A Dfsopen.c291 case FSCONFIG_CMD_CREATE: in vfs_fsconfig_locked()
390 case FSCONFIG_CMD_CREATE: in SYSCALL_DEFINE5()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c55 err = sys_fsconfig(fs_fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0); in bpf_obj_pinning_detached()