Home
last modified time | relevance | path

Searched refs:files_lookup_fd_raw (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dfdtable.h72 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() function
92 return files_lookup_fd_raw(files, fd); in files_lookup_fd_locked()
/linux-6.15/fs/
H A Dfile.c1153 file = files_lookup_fd_raw(files, fd); in __fget_light()