Searched defs:timespec (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h43 struct timespec { struct
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUtils.cpp92 decode_time(timestamp &timestamp, struct timespec &timespec) argument
/haiku/headers/posix/
H A Dtime.h46 struct timespec { struct
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h73 SetChangeTime(const struct timespec *timespec) argument
75 SetModificationTime(const struct timespec *timespec) argument
78 SetCreationTime(const struct timespec *timespec) argument
81 SetAccessTime(const struct timespec *timespec) argument
109 _BigtimeToTimespec(bigtime_t time, struct timespec *timespec) argument
[all...]
H A DInode.cpp267 struct timespec timespec; local
268 _BigtimeToTimespec(real_time_clock_usecs(), &timespec); local
626 struct timespec timespec; local
627 _BigtimeToTimespec(real_time_clock_usecs(), &timespec); local
[all...]
H A Dext2.h495 static void _DecodeTime(struct timespec *timespec, uint32 time, argument
508 void GetModificationTime(struct timespec *timespec, bool extra) const argument
511 GetAccessTime(struct timespec *timespec, bool extra) const argument
513 GetChangeTime(struct timespec *timespec, bool extra) const argument
515 GetCreationTime(struct timespec *timespec, bool extra) const argument
527 _EncodeTime(const struct timespec *timespec) argument
535 SetModificationTime(const struct timespec *timespec, bool extra) argument
541 SetAccessTime(const struct timespec *timespec, bool extra) argument
547 SetChangeTime(const struct timespec *timespec, bool extra) argument
553 SetCreationTime(const struct timespec *timespec, bool extra) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp148 struct timespec timespec; local
H A Dbtrfs.h301 static void _DecodeTime(struct timespec& timespec, argument
315 SetTime(btrfs_timespec& time, const struct timespec& timespec) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h62 static void _DecodeTime(struct timespec& timespec, timeval32 time) argument
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1422 #define timespec fssh_timespec macro

Completed in 276 milliseconds