Searched refs:F_TRANSFER (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | fcntl.h | 452 #define F_TRANSFER 0x800 /* Transfer the lock to new proc */ macro
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_lockf.c | 351 case F_TRANSFER: in lf_advlock() 1101 if (transfer->lf_type != F_TRANSFER) { in lf_transferlock()
|
| H A D | kern_descrip.c | 355 .l_type = F_TRANSFER, in fg_transfer_filelocks() 360 (void)VNOP_ADVLOCK(vp, (caddr_t)old_proc, F_TRANSFER, &lf, F_POSIX, &context, NULL); in fg_transfer_filelocks() 372 .l_type = F_TRANSFER, in fg_transfer_filelocks() 377 (void)VNOP_ADVLOCK(vp, (caddr_t)fg, F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks()
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | kpi_vfs.c | 5632 } else if (op == F_TRANSFER) { in VNOP_ADVLOCK()
|