Home
last modified time | relevance | path

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

/include/linux/
Dfile.h48 #define FDPUT_POS_UNLOCK 2 macro
50 #define fd_file(f) ((struct file *)((f).word & ~(FDPUT_FPUT|FDPUT_POS_UNLOCK)))
83 if (f.word & FDPUT_POS_UNLOCK) in fdput_pos()