Searched refs:FHASLOCK (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h148 #define FHASLOCK 0x4000 /* descriptor holds advisory lock */ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c634 fp->f_fglob->fg_flag |= FHASLOCK;
H A Dnfs_vnops.c981 /* fflag should contain some combination of: FREAD, FWRITE, FHASLOCK */
995 if (fflag & FHASLOCK) {
996 /* XXX assume FHASLOCK is for the deny mode and not flock */
997 /* FHASLOCK flock will be unlocked in the close path, but the flag is not cleared. */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1416 if ((fg->fg_flag & FHASLOCK) && fg->fg_type == DTYPE_VNODE) {
H A Dvfs_syscalls.c3077 fp->f_fglob->fg_flag |= FHASLOCK;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c4489 * then fg must eith be locked (FHASLOCK) or must not have a
4749 fp->f_flag &= ~FHASLOCK;
4766 fp->f_flag |= FHASLOCK;

Completed in 241 milliseconds