Searched refs:__fdget (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfile.h54 extern unsigned long __fdget(unsigned int fd);
66 return __to_fd(__fdget(fd));
/linux-master/fs/
H A Dfile.c1157 unsigned long __fdget(unsigned int fd) function
1161 EXPORT_SYMBOL(__fdget); variable
1186 unsigned long v = __fdget(fd);

Completed in 228 milliseconds