Home
last modified time | relevance | path

Searched refs:file_clone_range (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dfs.h54 struct file_clone_range { struct
218 #define FICLONERANGE _IOW(0x94, 13, struct file_clone_range)
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h63 struct file_clone_range { struct
225 #define FICLONERANGE _IOW(0x94, 13, struct file_clone_range)
/linux-6.15/include/uapi/linux/
H A Dfs.h63 struct file_clone_range { struct
225 #define FICLONERANGE _IOW(0x94, 13, struct file_clone_range)
/linux-6.15/fs/
H A Dioctl.c252 struct file_clone_range __user *argp) in ioctl_file_clone_range()
254 struct file_clone_range args; in ioctl_file_clone_range()