Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfdtable.h83 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() function
99 return __fcheck_files(files, fd); in fcheck_files()
/OK3568_Linux_fs/kernel/fs/
H A Dfile.c987 file = __fcheck_files(files, fd); in __fget_light()