Searched refs:FSCONFIG_CMD_CREATE (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/include/uapi/linux/ |
D | mount.h | 103 FSCONFIG_CMD_CREATE = 6, /* Invoke superblock creation */ enumerator
|
/linux-6.6.21/include/uapi/linux/ |
D | mount.h | 103 FSCONFIG_CMD_CREATE = 6, /* Create new or reuse existing superblock */ enumerator
|
/linux-6.6.21/samples/vfs/ |
D | test-fsmount.c | 115 E_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0); in main()
|
/linux-6.6.21/fs/ |
D | fsopen.c | 291 case FSCONFIG_CMD_CREATE: in vfs_fsconfig_locked() 390 case FSCONFIG_CMD_CREATE: in SYSCALL_DEFINE5()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_pinning.c | 55 err = sys_fsconfig(fs_fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0); in bpf_obj_pinning_detached()
|