Searched refs:FWASLOCKED (Results 1 – 6 of 6) sorted by relevance
136 #define FWASLOCKED 0x00004000 /* has or has had an advisory fcntl lock */ macro137 #define FHASLOCK FWASLOCKED /* obsolete compatibility name */
1869 ((fg->fg_flag & FWASLOCKED) != 0 || in vn_closefile()1878 if ((fg->fg_flag & FWASLOCKED) != 0) { in vn_closefile()
2299 fg->fg_flag |= FWASLOCKED; in open_xattrfile()
5015 fp->fp_glob->fg_flag |= FWASLOCKED; in open1()5175 if ((fp->fp_glob->fg_flag & FWASLOCKED) && in open1()
567 fp->fp_glob->fg_flag |= FWASLOCKED; in fhopen()
5841 os_atomic_or(&fp->fp_glob->fg_flag, FWASLOCKED, relaxed); in sys_flock()