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

/linux-master/include/linux/
H A Dfile.h59 static inline struct fd __to_fd(unsigned long v) function
66 return __to_fd(__fdget(fd));
71 return __to_fd(__fdget_raw(fd));
76 return __to_fd(__fdget_pos(fd));

Completed in 104 milliseconds