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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h100 time_t ca_btime; /* last backup time */ member in struct:cat_attr
H A Dhfs_cnode.h187 #define c_btime c_attr.ca_btime
H A Dhfs_attrlist.c659 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_btime;
664 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_btime;
H A Dhfs_catalog.c1804 dir->backupDate = UTCToLocal(to_hfs_time(attrp->ca_btime));
1820 file->backupDate = UTCToLocal(to_hfs_time(attrp->ca_btime));
1868 dir->backupDate = to_hfs_time(attrp->ca_btime);
1931 file->backupDate = to_hfs_time(attrp->ca_btime);
4350 attrp->ca_btime = to_bsd_time(crp->backupDate);
H A Dhfs_search.c1061 matched = CompareRange(c_attr.ca_btime,
H A Dhfs_vnops.c2214 to_cp->c_btime = tempattr.ca_btime;

Completed in 61 milliseconds