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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c1192 vap->va_change_time.tv_sec = cp->c_ctime;
1403 orig_ctime = VTOC(vp)->c_ctime;
2028 orig_from_ctime = from_cp->c_ctime;
2029 orig_to_ctime = to_cp->c_ctime;
2315 from_cp->c_ctime = to_cp->c_ctime;
2361 to_cp->c_ctime = tempattr.ca_ctime;
2480 time_t orig_ctime = cp->c_ctime;
3220 orig_ctime = VTOC(vp)->c_ctime;
3521 orig_ctime = VTOC(vp)->c_ctime;
[all...]
H A Dhfs_cnode.h199 #define c_ctime c_attr.ca_ctime macro
H A Dhfs_link.c488 check_for_tracked_file(vp, VTOC(vp)->c_ctime, NAMESPACE_HANDLER_LINK_CREATE, NULL);
797 dcp->c_ctime = tv.tv_sec;
908 cp->c_ctime = tv.tv_sec;
1055 dcp->c_ctime = tv.tv_sec;
H A Dhfs_xattr.c709 time_t orig_ctime=VTOC(vp)->c_ctime;
1341 time_t orig_ctime=VTOC(vp)->c_ctime;
H A Dhfs_cnode.c1965 cp->c_ctime = tv.tv_sec;
H A Dhfs_readwrite.c313 time_t orig_ctime=VTOC(vp)->c_ctime;
3951 orig_ctime = VTOC(vp)->c_ctime;

Completed in 122 milliseconds