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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dinode.h153 time_t creation_time; member in struct:_ntfs_inode
H A Dlayout.h991 /* 0*/ sle64 creation_time; /* Time file was created. Updated when member in struct:__anon2060
1201 /* 8*/ sle64 creation_time; /* Time file was created. */ member in struct:__anon2066
/osnet-11/usr/src/lib/libgss/
H A Dg_inquire_cred.c133 elapsed_time = time(0) - union_cred->auxinfo.creation_time;
H A Dg_acquire_cred_with_pw.c332 if (union_cred->auxinfo.creation_time == 0) {
333 union_cred->auxinfo.creation_time = time(NULL);
H A Dg_acquire_cred.c439 if (union_cred->auxinfo.creation_time == 0) {
440 union_cred->auxinfo.creation_time = time(NULL);
H A Dg_accept_sec_context.c314 d_u_cred->auxinfo.creation_time = time(0);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c189 ni->creation_time = ntfs2utc(std_info->creation_time);
549 std_info->creation_time = utc2ntfs(ni->creation_time);
630 fn->creation_time = utc2ntfs(ni->creation_time);
H A Ddir.c1137 si->creation_time = utc2ntfs(ni->creation_time);
1315 fn->creation_time = utc2ntfs(ni->creation_time);
1725 fn->creation_time = utc2ntfs(ni->creation_time);
H A Dmft.c1460 ni->creation_time = ni->last_data_change_time =
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1600 si.creation_time = utc2ntfs(mkntfs_time());
1601 si.last_data_change_time = si.creation_time;
1602 si.last_mft_change_time = si.creation_time;
1603 si.last_access_time = si.creation_time;
1666 fn->creation_time = si->creation_time;
2767 /* FIXME: copy the creation_time from the std info */
2768 fn->creation_time = utc2ntfs(mkntfs_time());
2769 fn->last_data_change_time = fn->creation_time;
2770 fn->last_mft_change_time = fn->creation_time;
[all...]
H A Dntfsclone.c782 e->key.file_name.creation_time = timestamp;
899 entry->key.file_name.creation_time = timestamp;
936 ats->creation_time = (timestamp); \
H A Dntfsundelete.c799 if (ntfs2utc(filename_attr->creation_time) > name->date_c) {
934 name->date_c = ntfs2utc(attr->creation_time);
H A Dntfsinfo.c334 * sle64_to_cpu(standard_attr->creation_time));
571 ntfs_time_str = ntfsinfo_time_to_str(standard_attr->creation_time);
724 file_name_attr->creation_time);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c1318 md_timeval32_t creation_time; local
1396 if (meta_gettimeofday(&creation_time) == -1)
1445 new_comp->un_mirror.ms_timestamp = creation_time;
1938 md_timeval32_t creation_time; local
1957 if (meta_gettimeofday(&creation_time) == -1)
2046 mdc->un_mirror.ms_timestamp = creation_time;
H A Dmeta_raid.c2151 md_timeval32_t creation_time; local
2163 if (meta_gettimeofday(&creation_time) == -1)
2175 mr->un_timestamp = creation_time;
2199 mdc->un_devtimestamp = creation_time;
H A Dmeta_mirror.c2372 md_timeval32_t creation_time; local
2383 if (meta_gettimeofday(&creation_time) == -1)
2422 mmsp->sm_timestamp = creation_time;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c58 grub_uint32_t creation_time; member in struct:grub_squash_super
921 *tm = grub_le_to_cpu32 (data->sb.creation_time);
/osnet-11/usr/src/lib/libstmf/common/
H A Dstmf.c4914 bcopy(&(fSessionList++->creation_time),

Completed in 1186 milliseconds