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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c2014 time_t orig_from_ctime, orig_to_ctime; local
2029 orig_to_ctime = to_cp->c_ctime;
2068 check_for_tracked_file(to_vp, orig_to_ctime, NAMESPACE_HANDLER_WRITE_OP, NULL);
4355 time_t orig_from_ctime, orig_to_ctime; local
4363 orig_to_ctime = VTOC(tvp)->c_ctime;
4365 orig_to_ctime = ~0;
4422 check_for_tracked_file(tvp, orig_to_ctime, NAMESPACE_HANDLER_DELETE_OP, NULL);

Completed in 116 milliseconds