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

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c1901 struct vnode *from_vp = ap->a_fvp; local
1928 orig_from_ctime = VTOC(from_vp)->c_ctime;
1938 if (cp_fs_protected (vnode_mount(from_vp))) {
1944 if ( hfs_file_is_compressed(VTOC(from_vp), 0) ) {
1945 if ( 0 != ( error = decmpfs_decompress_file(from_vp, VTOCMP(from_vp), -1, 0, 1) ) ) {
1962 check_for_tracked_file(from_vp, orig_from_ctime, NAMESPACE_HANDLER_WRITE_OP, NULL);
1972 hfs_lock_truncate (VTOC(from_vp), HFS_SHARED_LOCK, HFS_LOCK_DEFAULT);
1974 if ((error = hfs_lock(VTOC(from_vp), HFS_EXCLUSIVE_LOCK, HFS_LOCK_DEFAULT))) {
1975 hfs_unlock_truncate (VTOC(from_vp), HFS_LOCK_DEFAUL
2338 hfs_movedata(struct vnode *from_vp, struct vnode *to_vp) argument
[all...]

Completed in 81 milliseconds