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

/linux-4.4.14/include/linux/
H A Dfile.h48 static inline struct fd __to_fd(unsigned long v) __to_fd() function
55 return __to_fd(__fdget(fd)); fdget()
60 return __to_fd(__fdget_raw(fd)); fdget_raw()
/linux-4.4.14/fs/
H A Dread_write.c266 return __to_fd(__fdget_pos(fd)); fdget_pos()

Completed in 91 milliseconds