Home
last modified time | relevance | path

Searched refs:pick_file (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/
H A Dfile.c629 * pick_file - return file associatd with fd
637 static struct file *pick_file(struct files_struct *files, unsigned fd) in pick_file() function
660 file = pick_file(files, fd); in close_fd()
707 file = pick_file(files, fd); in __range_close()
801 return pick_file(current->files, fd); in __close_fd_get_file()
814 file = pick_file(files, fd); in close_fd_get_file()
/kernel/linux/linux-5.10/fs/
H A Dfile.c671 static struct file *pick_file(struct files_struct *files, unsigned fd) in pick_file() function
699 file = pick_file(files, fd); in __close_fd()
763 file = pick_file(cur_fds, fd++); in __close_range()

Completed in 4 milliseconds