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

/haiku/headers/os/kernel/
H A Dfs_index.h17 time_t creation_time; member in struct:index_info
/haiku/headers/private/fs_shell/
H A Dfssh_fs_index.h17 fssh_time_t creation_time; member in struct:fssh_index_info
/haiku/src/system/libroot/os/
H A Dfs_index.c48 indexInfo->creation_time = stat.st_crtime;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h128 uint16 creation_time; member in struct:exfat_entry::__anon1374::__anon1378
146 { return B_LENDIAN_TO_HOST_INT16(creation_time); }
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c202 ni->creation_time = std_info->creation_time;
767 std_info->creation_time = ni->creation_time;
901 fnx->creation_time = ni->creation_time;
906 fnx->creation_time = fn->creation_time;
1488 times[0] = sle64_to_cpu(std_info->creation_time);
1564 std_info->creation_time
[all...]
H A Dinode.h157 ntfs_time creation_time; member in struct:_ntfs_inode
H A Ddir.c1514 si->creation_time = ni->creation_time;
1711 fn->creation_time = ni->creation_time;
2247 fn->creation_time = ni->creation_time;
H A Dlayout.h912 /* 0*/ sle64 creation_time; /* Time file was created. Updated when member in struct:__anon34
1107 /* 8*/ sle64 creation_time; /* Time file was created. */ member in struct:__anon40
H A Dmft.c1602 ni->creation_time = ni->last_data_change_time =
1928 ni->creation_time = ni->last_data_change_time =
/haiku/src/bin/
H A Dlsindex.cpp144 localtime(&info.creation_time));
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.cpp41 uint32 creation_time; member in struct:_dirent_info_
187 oinfo->creation_time = read32(buffer, 0x0e);
567 time_t creation_time; member in struct:_entry_info_
723 i = time_t2dos(info->creation_time);
904 info.creation_time = node->st_crtim;
1016 entry->st_crtim = dos2time_t(info.creation_time);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1624 si.creation_time = mkntfs_time();
1625 si.last_data_change_time = si.creation_time;
1626 si.last_mft_change_time = si.creation_time;
1627 si.last_access_time = si.creation_time;
1690 info_time = si->creation_time;
1742 fn->creation_time = si->creation_time;
2874 fn->creation_time = stdinfo_time(m_file);
2875 fn->last_data_change_time = fn->creation_time;
2876 fn->last_mft_change_time = fn->creation_time;
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h293 btrfs_timespec creation_time; member in struct:btrfs_inode
314 { _DecodeTime(timespec, creation_time); }
H A DInode.cpp152 btrfs_inode::SetTime(inode.creation_time, timespec);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h75 time_t creation_time; member in struct:beos_index_info
H A DBeOSKernelVolume.cpp774 st->st_crtime = indexInfo.creation_time;
/haiku/src/system/kernel/fs/
H A Drootfs.cpp70 timespec creation_time; member in struct:__anon39::rootfs_vnode
191 vnode->creation_time = vnode->modification_time = current_timespec();
1082 stat->st_crtim = vnode->creation_time;
1140 vnode->creation_time = stat->st_crtim;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h483 uint32 creation_time; member in struct:ext2_inode
518 _DecodeTime(timespec, creation_time, creation_time_extra, extra);
556 creation_time = B_HOST_TO_LENDIAN_INT32((uint32)timespec->tv_sec);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp95 timespec creation_time; member in struct:__anon34::devfs_vnode
274 vnode->creation_time = vnode->modification_time = current_timespec();
1838 stat->st_crtim = vnode->creation_time;
1896 vnode->creation_time = stat->st_crtim;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c352 stbuf->st_crtim = ntfs2timespec(ni->creation_time);
H A Dkernel_interface.cpp704 ni->creation_time = timespec2ntfs(stat->st_crtim);

Completed in 186 milliseconds