Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfile.h64 extern int replace_fd(unsigned fd, struct file *file, unsigned flags);
/linux-4.4.14/fs/
Dcoredump.c501 err = replace_fd(0, files[0], 0); in umh_pipe_setup()
Dfile.c861 int replace_fd(unsigned fd, struct file *file, unsigned flags) in replace_fd() function
/linux-4.4.14/security/selinux/
Dhooks.c2387 replace_fd(n - 1, devnull, 0); in flush_unauthorized_files()