Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h74 struct fd fdget_pos(unsigned int fd);
85 DEFINE_CLASS(fd_pos, struct fd, fdput_pos(_T), fdget_pos(fd), int fd)
/linux/fs/
H A Dfile.c1225 struct fd fdget_pos(unsigned int fd) in fdget_pos() function