Set directory data. */
| 90 | |
| 91 | /* Set directory data. */ |
| 92 | static inline void |
| 93 | duinfo_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. */ |
| 101 | static inline void |