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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c1628 time_t orig_from_ctime, orig_to_ctime; local
1638 orig_to_ctime = VTOC(to_vp)->c_ctime;
1672 check_for_tracked_file(to_vp, orig_to_ctime, NAMESPACE_HANDLER_WRITE_OP, NULL);
3629 time_t orig_from_ctime, orig_to_ctime; local
3635 orig_to_ctime = VTOC(tvp)->c_ctime;
3637 orig_to_ctime = ~0;
3687 check_for_tracked_file(tvp, orig_to_ctime, NAMESPACE_HANDLER_DELETE_OP, NULL);

Completed in 16 milliseconds