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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c938 vap->va_change_time.tv_sec = cp->c_ctime;
1125 orig_ctime = VTOC(vp)->c_ctime;
1637 orig_from_ctime = VTOC(from_vp)->c_ctime;
1638 orig_to_ctime = VTOC(to_vp)->c_ctime;
1832 from_cp->c_ctime = to_cp->c_ctime;
1877 to_cp->c_ctime = tempattr.ca_ctime;
1935 time_t orig_ctime = VTOC(vp)->c_ctime;
2599 orig_ctime = VTOC(vp)->c_ctime;
2852 orig_ctime = VTOC(vp)->c_ctime;
[all...]
H A Dhfs_link.c460 check_for_tracked_file(vp, VTOC(vp)->c_ctime, NAMESPACE_HANDLER_LINK_CREATE, NULL);
757 dcp->c_ctime = tv.tv_sec;
854 cp->c_ctime = tv.tv_sec;
992 dcp->c_ctime = tv.tv_sec;
H A Dhfs_cnode.h185 #define c_ctime c_attr.ca_ctime macro
H A Dhfs_xattr.c667 time_t orig_ctime=VTOC(vp)->c_ctime;
1265 time_t orig_ctime=VTOC(vp)->c_ctime;
H A Dhfs_cnode.c1713 cp->c_ctime = tv.tv_sec;
H A Dhfs_readwrite.c291 time_t orig_ctime=VTOC(vp)->c_ctime;
3468 orig_ctime = VTOC(vp)->c_ctime;

Completed in 44 milliseconds