Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h73 struct fd fdget_raw(unsigned int fd);
84 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
/linux/fs/
H A Dfile.c1185 struct fd fdget_raw(unsigned int fd) in fdget_raw() function