Home
last modified time | relevance | path

Searched refs:F_TRANSFER (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h419 #define F_TRANSFER 0x800 /* Transfer the lock to new proc */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_lockf.c348 case F_TRANSFER: in lf_advlock()
1098 if (transfer->lf_type != F_TRANSFER) { in lf_transferlock()
H A Dkern_descrip.c360 .l_type = F_TRANSFER, in fg_transfer_filelocks()
365 (void)VNOP_ADVLOCK(vp, (caddr_t)old_proc, F_TRANSFER, &lf, F_POSIX, &context, NULL); in fg_transfer_filelocks()
377 .l_type = F_TRANSFER, in fg_transfer_filelocks()
382 (void)VNOP_ADVLOCK(vp, ofd_to_id(fg), F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks()
/xnu-12377.61.12/bsd/vfs/
H A Dkpi_vfs.c5774 } else if (op == F_TRANSFER) { in VNOP_ADVLOCK()