Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h462 #define F_TRANSFER 0x800 /* Transfer the lock to new proc */ macro
/xnu-11215.1.10/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.c364 .l_type = F_TRANSFER, in fg_transfer_filelocks()
369 (void)VNOP_ADVLOCK(vp, (caddr_t)old_proc, F_TRANSFER, &lf, F_POSIX, &context, NULL); in fg_transfer_filelocks()
381 .l_type = F_TRANSFER, in fg_transfer_filelocks()
386 (void)VNOP_ADVLOCK(vp, ofd_to_id(fg), F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks()
/xnu-11215.1.10/bsd/vfs/
H A Dkpi_vfs.c5707 } else if (op == F_TRANSFER) { in VNOP_ADVLOCK()