Searched refs:LINUX_CLONE_FS (Results 1 – 2 of 2) sorted by relevance
41 #define LINUX_CLONE_FS 0x00000200 /* share "file system" info */ macro85 LINUX_CLONE_VM | LINUX_CLONE_FS | LINUX_CLONE_FILES | \
135 if (SCARG(uap, flags) & LINUX_CLONE_FS) in linux_sys_clone()