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

Function stat_set_mtime_sec

src/include/stat.h:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120static inline void stat_set_mtime_sec(struct stat *st, uint32_t sec)
121{
122 st->st_mtime = sec;
123}
124
125static inline uint32_t stat_get_atime_sec(struct stat *st)
126{

Callers 1

fill_statMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected