Searched refs:last_modified_time (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/bfs_tools/lib/
H A Dbfs.h123 bigtime_t last_modified_time; member in struct:bfs_inode
H A Ddump.cpp140 time = (time_t)(inode->last_modified_time >> 16);
141 Print(" last_modified_time = %s",ctime(&time));
H A DInode.cpp534 node->SetModificationTime(fInode->last_modified_time >> 16);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h197 int64 last_modified_time; member in struct:BFS::bfs_inode
224 { return BFS_ENDIAN_TO_HOST_INT64(last_modified_time); }
H A DIndex.cpp380 inode->Node().last_modified_time = HOST_ENDIAN_TO_BFS_INT64(modified);
H A DInode.cpp386 Node().create_time = Node().last_modified_time = Node().status_change_time
1373 Node().last_modified_time = Node().status_change_time
1563 Node().last_modified_time = Node().status_change_time
H A DQuery.cpp851 buffer = (uint8*)&inode->Node().last_modified_time;
H A Dkernel_interface.cpp867 node.last_modified_time
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.cpp126 Print(" last_modified_time = %Ld (%Ld)\n", inode->last_modified_time,
127 inode->last_modified_time >> INODE_TIME_SHIFT);
H A Dbfs.h178 bigtime_t last_modified_time; member in struct:bfs_inode
203 bigtime_t LastModifiedTime() const { return BFS_ENDIAN_TO_HOST_INT64(last_modified_time); }
H A DIndex.cpp366 inode->Node()->last_modified_time = modified;
H A DInode.h114 off_t LastModified() const { return Node()->last_modified_time; }
H A DInode.cpp93 node->last_modified_time = HOST_ENDIAN_TO_BFS_INT64(node->create_time
1071 Node()->last_modified_time = (bigtime_t)time(NULL) << INODE_TIME_SHIFT;
H A DQuery.cpp834 buffer = (uint8 *)&inode->Node()->last_modified_time;
H A Dkernel_interface_r5.cpp972 node->last_modified_time = HOST_ENDIAN_TO_BFS_INT64(
/haiku-fatelf/src/bin/bfs_tools/
H A Dchkindex.cpp250 memcpy(key,&inode->InodeBuffer()->last_modified_time,sizeof(off_t));
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S177 .last_modified_time nstruc quadword

Completed in 199 milliseconds