Searched refs:modification_time (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.h21 char modification_time[12]; member in struct:tar_header
/haiku/headers/os/kernel/
H A Dfs_index.h16 time_t modification_time; member in struct:index_info
/haiku/headers/private/fs_shell/
H A Dfssh_fs_index.h16 fssh_time_t modification_time; member in struct:fssh_index_info
/haiku/src/system/libroot/os/
H A Dfs_index.c47 indexInfo->modification_time = stat.st_mtime;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h130 uint16 modification_time; member in struct:exfat_entry::__anon1374::__anon1378
138 { return B_LENDIAN_TO_HOST_INT16(modification_time); }
/haiku/src/bin/
H A Dlsindex.cpp120 localtime(&info.modification_time));
149 localtime(&info.modification_time));
/haiku/src/system/kernel/fs/
H A Drootfs.cpp69 timespec modification_time; member in struct:__anon39::rootfs_vnode
191 vnode->creation_time = vnode->modification_time = current_timespec();
282 dir->modification_time = current_timespec();
309 dir->modification_time = current_timespec();
1081 stat->st_mtim = stat->st_ctim = vnode->modification_time;
1134 vnode->modification_time = stat->st_mtim;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h292 btrfs_timespec modification_time; member in struct:btrfs_inode
312 { _DecodeTime(timespec, modification_time); }
H A DInode.cpp154 btrfs_inode::SetTime(inode.modification_time, timespec);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h74 time_t modification_time; member in struct:beos_index_info
H A DBeOSKernelVolume.cpp773 st->st_mtime = indexInfo.modification_time;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h444 uint32 modification_time; member in struct:ext2_inode
509 { _DecodeTime(timespec, modification_time, modification_time_extra,
537 modification_time = B_HOST_TO_LENDIAN_INT32((uint32)timespec->tv_sec);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp94 timespec modification_time; member in struct:__anon34::devfs_vnode
274 vnode->creation_time = vnode->modification_time = current_timespec();
382 dir->modification_time = current_timespec();
411 dir->modification_time = current_timespec();
1837 stat->st_mtim = stat->st_ctim = vnode->modification_time;
1894 vnode->modification_time = stat->st_mtim;

Completed in 113 milliseconds