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

Function duinfo_init

src/du.c:82–89  ·  view source on GitHub ↗

Initialize directory data. */

Source from the content-addressed store, hash-verified

80
81/* Initialize directory data. */
82static inline void
83duinfo_init (struct duinfo *a)
84{
85 a->size = 0;
86 a->inodes = 0;
87 a->tmax.tv_sec = TYPE_MINIMUM (time_t);
88 a->tmax.tv_nsec = -1;
89}
90
91/* Set directory data. */
92static inline void

Callers 1

process_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected