Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h136 #define FWASLOCKED 0x00004000 /* has or has had an advisory fcntl lock */ macro
137 #define FHASLOCK FWASLOCKED /* obsolete compatibility name */
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c1869 ((fg->fg_flag & FWASLOCKED) != 0 || in vn_closefile()
1878 if ((fg->fg_flag & FWASLOCKED) != 0) { in vn_closefile()
H A Dvfs_xattr.c2299 fg->fg_flag |= FWASLOCKED; in open_xattrfile()
H A Dvfs_syscalls.c5015 fp->fp_glob->fg_flag |= FWASLOCKED; in open1()
5175 if ((fp->fp_glob->fg_flag & FWASLOCKED) && in open1()
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_syscalls.c567 fp->fp_glob->fg_flag |= FWASLOCKED; in fhopen()
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c5841 os_atomic_or(&fp->fp_glob->fg_flag, FWASLOCKED, relaxed); in sys_flock()