Home
last modified time | relevance | path

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

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