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

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h69 void GetChangeTime(struct timespec& timespec) const function in struct:ufs2_inode
107 void GetChangeTime(struct timespec& timespec) const function in class:Inode
108 { fNode.GetChangeTime(timespec); }
H A Dkernel_interface.cpp247 inode->GetChangeTime(stat->st_ctim);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h54 void GetChangeTime(struct timespec& timespec) const function in class:Inode
55 { fNode.GetChangeTime(timespec); }
H A Dbtrfs.h309 void GetChangeTime(struct timespec& timespec) const function in struct:btrfs_inode
H A Dkernel_interface.cpp430 inode->GetChangeTime(stat->st_ctim);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h63 void GetChangeTime(struct timespec *timespec) const function in class:Inode
64 { fNode.GetChangeTime(timespec, fHasExtraAttributes); }
H A Dext2.h513 void GetChangeTime(struct timespec *timespec, bool extra) const function in struct:ext2_inode
H A Dkernel_interface.cpp604 inode->GetChangeTime(&stat->st_ctim);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h66 void GetChangeTime(struct timespec &timespec) const function in class:Inode
H A Dkernel_interface.cpp441 inode->GetChangeTime(stat->st_ctim);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp253 inode->GetChangeTime(stat->st_ctim);
259 inode->GetChangeTime(stat->st_crtim);
H A DInode.h296 void GetChangeTime(struct timespec& timestamp) const;
H A DInode.cpp68 Inode::GetChangeTime(struct timespec& stamp) const function in class:Inode

Completed in 122 milliseconds