MCPcopy Create free account
hub / github.com/coreutils/coreutils / duinfo_set

Function duinfo_set

src/du.c:92–98  ·  view source on GitHub ↗

Set directory data. */

Source from the content-addressed store, hash-verified

90
91/* Set directory data. */
92static inline void
93duinfo_set (struct duinfo *a, uintmax_t size, struct timespec tmax)
94{
95 a->size = size;
96 a->inodes = 1;
97 a->tmax = tmax;
98}
99
100/* Accumulate directory data. */
101static inline void

Callers 1

process_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected