Home
last modified time | relevance | path

Searched refs:FWASLOCKED (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h133 #define FWASLOCKED 0x00004000 /* has or has had an advisory fcntl lock */ macro
134 #define FHASLOCK FWASLOCKED /* obsolete compatibility name */
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_vnops.c1823 ((fg->fg_flag & FWASLOCKED) != 0 || in vn_closefile()
1832 if ((fg->fg_flag & FWASLOCKED) != 0) { in vn_closefile()
H A Dvfs_syscalls.c4628 fp->fp_glob->fg_flag |= FWASLOCKED; in open1()
4781 if ((fp->fp_glob->fg_flag & FWASLOCKED) && in open1()
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_syscalls.c532 fp->fp_glob->fg_flag |= FWASLOCKED; in fhopen()
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5711 os_atomic_or(&fp->fp_glob->fg_flag, FWASLOCKED, relaxed); in sys_flock()