Searched refs:FWASLOCKED (Results 1 – 5 of 5) sorted by relevance
133 #define FWASLOCKED 0x00004000 /* has or has had an advisory fcntl lock */ macro134 #define FHASLOCK FWASLOCKED /* obsolete compatibility name */
1811 ((fg->fg_flag & FWASLOCKED) != 0 || in vn_closefile()1820 if ((fg->fg_flag & FWASLOCKED) != 0) { in vn_closefile()
4710 fp->fp_glob->fg_flag |= FWASLOCKED; in open1()4866 if ((fp->fp_glob->fg_flag & FWASLOCKED) && in open1()
565 fp->fp_glob->fg_flag |= FWASLOCKED; in fhopen()
5769 os_atomic_or(&fp->fp_glob->fg_flag, FWASLOCKED, relaxed); in sys_flock()