Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c892 static inline struct file *__fget(unsigned int fd, fmode_t mask) in __fget() function
899 return __fget(fd, FMODE_PATH); in fget()
905 return __fget(fd, 0); in fget_raw()
994 file = __fget(fd, mask); in __fget_light()