Searched refs:file_dup2 (Results 1 – 4 of 4) sorted by relevance
124 if (!file_dup2(filep1, filep2)) in fs_dupfd2()
196 int file_dup2(struct file *filep1, struct file *filep2);
317 int file_dup2(struct file *filep1, struct file *filep2) in file_dup2() function
29454 * [#2661](https://github.com/apache/nuttx/pull/2661) fs: file_dup2 shouldn't hold the file list lock