Searched refs:FDPUT_FPUT (Results 1 – 3 of 3) sorted by relevance
47 #define FDPUT_FPUT 1 macro50 #define fd_file(f) ((struct file *)((f).word & ~(FDPUT_FPUT|FDPUT_POS_UNLOCK)))63 return (struct fd){(unsigned long)f | FDPUT_FPUT}; in CLONED_FD()68 if (fd.word & FDPUT_FPUT) in fdput()
120 real->word = (unsigned long)f | FDPUT_FPUT; in ovl_real_fdget_meta()
561 *fput_needed = f.word & FDPUT_FPUT; in sockfd_lookup_light()
Completed in 12 milliseconds