Lines Matching defs:from
50 * Copy 'count' fd bits from the old table to the new table and clear the extra
73 * Copy all file descriptors from the old table to the new, expanded table and
115 * and growing in powers of two from there on.
312 * Allocate a new files structure and copy contents from the
630 * @files: file struct to retrieve file from
730 * from @fd up to and including @max_fd are closed.
1173 * @file: struct file that was received from another process
1301 int f_dupfd(unsigned int from, struct file *file, unsigned flags)
1305 if (from >= nofile)
1307 err = alloc_fd(from, nofile, flags);