Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
static inline void stat_set_mtime_nsec(struct stat *st, uint32_t nsec)
24
{
25
st->st_mtim.tv_nsec = nsec;
26
}
27
28
static inline uint32_t stat_get_atime_nsec(struct stat *st)
29
{
Callers
1
fill_stat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected