Searched refs:F_TRANSFER (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fcntl.h | 419 #define F_TRANSFER 0x800 /* Transfer the lock to new proc */ macro
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_lockf.c | 348 case F_TRANSFER: in lf_advlock() 1098 if (transfer->lf_type != F_TRANSFER) { in lf_transferlock()
|
| H A D | kern_descrip.c | 360 .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 D | kpi_vfs.c | 5774 } else if (op == F_TRANSFER) { in VNOP_ADVLOCK()
|