Home
last modified time | relevance | path

Searched refs:fget_many (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dfile.h50 extern struct file *fget_many(unsigned int fd, unsigned int refs);
/Linux-v5.10/fs/
Dfile.c851 struct file *fget_many(unsigned int fd, unsigned int refs) in fget_many() function
Dio_uring.c2708 state->file = fget_many(fd, state->ios_left); in __io_file_get()