Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
static inline void stat_set_mtime_sec(struct stat *st, uint32_t sec)
121
{
122
st->st_mtime = sec;
123
}
124
125
static inline uint32_t stat_get_atime_sec(struct stat *st)
126
{
Callers
1
fill_stat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected