MCPcopy Create free account
hub / github.com/ceph/ceph / stat_set_mtime_nsec

Function stat_set_mtime_nsec

src/include/stat.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23static inline void stat_set_mtime_nsec(struct stat *st, uint32_t nsec)
24{
25 st->st_mtim.tv_nsec = nsec;
26}
27
28static inline uint32_t stat_get_atime_nsec(struct stat *st)
29{

Callers 1

fill_statMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected