Searched refs:FWASLOCKED (Results 1 – 6 of 6) sorted by relevance
135 #define FWASLOCKED 0x00004000 /* has or has had an advisory fcntl lock */ macro136 #define FHASLOCK FWASLOCKED /* obsolete compatibility name */
1832 ((fg->fg_flag & FWASLOCKED) != 0 || in vn_closefile()1841 if ((fg->fg_flag & FWASLOCKED) != 0) { in vn_closefile()
3301 fg->fg_flag |= FWASLOCKED; in open_xattrfile()
4805 fp->fp_glob->fg_flag |= FWASLOCKED; in open1()4965 if ((fp->fp_glob->fg_flag & FWASLOCKED) && in open1()
567 fp->fp_glob->fg_flag |= FWASLOCKED; in fhopen()
5818 os_atomic_or(&fp->fp_glob->fg_flag, FWASLOCKED, relaxed); in sys_flock()