Searched refs:from_vp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c1610 struct vnode *from_vp = ap->a_fvp; local
1631 if (vnode_mount(from_vp) != vnode_mount(to_vp))
1634 if (from_vp == to_vp)
1637 orig_from_ctime = VTOC(from_vp)->c_ctime;
1647 if (cp_fs_protected (vnode_mount(from_vp))) {
1653 if ( hfs_file_is_compressed(VTOC(from_vp), 0) ) {
1654 if ( 0 != ( error = decmpfs_decompress_file(from_vp, VTOCMP(from_vp), -1, 0, 1) ) ) {
1671 check_for_tracked_file(from_vp, orig_from_ctime, NAMESPACE_HANDLER_WRITE_OP, NULL);
1681 hfs_lock_truncate (VTOC(from_vp), HFS_SHARED_LOC
1988 hfs_movedata(struct vnode *from_vp, struct vnode *to_vp) argument
[all...]

Completed in 31 milliseconds