Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfile.h33 #define FDPUT_FPUT 1 macro
38 if (fd.flags & FDPUT_FPUT) in fdput()
/linux-4.4.14/fs/
Dfile.c758 return FDPUT_FPUT | (unsigned long)file; in __fget_light()