Home
last modified time | relevance | path

Searched refs:__fdget_pos (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dfile.h53 extern unsigned long __fdget_pos(unsigned int fd);
73 return __to_fd(__fdget_pos(fd)); in fdget_pos()
/linux-6.1.9/Documentation/dev-tools/
Dkcov.rst110 __fdget_pos
118 __fdget_pos
/linux-6.1.9/fs/
Dfile.c1038 unsigned long __fdget_pos(unsigned int fd) in __fdget_pos() function