Searched refs:FSCONFIG_CMD_CREATE (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c82 if (sys_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0) == -1)
83 return pr_perror("FSCONFIG_CMD_CREATE");
109 if (sys_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0) == -1)
/linux-master/samples/vfs/
H A Dtest-fsmount.c115 E_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0);
/linux-master/include/uapi/linux/
H A Dmount.h103 FSCONFIG_CMD_CREATE = 6, /* Create new or reuse existing superblock */ enumerator in enum:fsconfig_command
/linux-master/tools/include/uapi/linux/
H A Dmount.h103 FSCONFIG_CMD_CREATE = 6, /* Create new or reuse existing superblock */ enumerator in enum:fsconfig_command
/linux-master/fs/
H A Dfsopen.c291 case FSCONFIG_CMD_CREATE:
390 case FSCONFIG_CMD_CREATE:
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c55 err = sys_fsconfig(fs_fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0);
H A Dtoken.c134 err = sys_fsconfig(fs_fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0);

Completed in 180 milliseconds