Searched refs:VNOP_EXCHANGE (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 581 extern errno_t VNOP_EXCHANGE(vnode_t, vnode_t, int, vfs_context_t);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 4646 error = VNOP_EXCHANGE(src_vp, dst_vp, FSOPT_EXCHANGE_DATA_ONLY, &context); in sys_fcntl_nocancel()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 4143 VNOP_EXCHANGE(vnode_t fvp, vnode_t tvp, int options, vfs_context_t ctx) in VNOP_EXCHANGE() function
|
| H A D | vfs_syscalls.c | 11521 error = VNOP_EXCHANGE(fvp, svp, 0, ctx); in exchangedata()
|