Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h42 #define FDPUT_POS_UNLOCK 2 macro
44 #define fd_file(f) ((struct file *)((f).word & ~(FDPUT_FPUT|FDPUT_POS_UNLOCK)))
78 if (f.word & FDPUT_POS_UNLOCK) in fdput_pos()
/linux/fs/
H A Dfile.c1231 f.word |= FDPUT_POS_UNLOCK; in fdget_pos()