Home
last modified time | relevance | path

Searched refs:FICLONERANGE (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dfile_ioctl.c43 #ifndef FICLONERANGE
44 # define FICLONERANGE _IOW(0x94, 13, struct file_clone_range) macro
135 case FICLONERANGE: { /* W */ in file_ioctl()
/external/kernel-headers/original/uapi/linux/
Dfs.h199 #define FICLONERANGE _IOW(0x94, 13, struct file_clone_range) macro
/external/minijail/linux-x86/
Dlibconstants.gen.c2161 #ifdef FICLONERANGE
2162 { "FICLONERANGE", (unsigned long) FICLONERANGE },