Searched defs:inodes (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dhtcacheclean.c125 apr_off_t inodes; member in struct:stats
231 apr_file_printf(errfile, "inodes limit %" APR_OFF_T_FMT APR_EOL_STR,
232 s->inodes);
238 apr_file_printf(errfile, "total inodes was %" APR_OFF_T_FMT
965 apr_off_t inodes, apr_off_t nodes, apr_off_t round)
977 s.inodes = inodes;
991 if ((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes)) {
1010 if ((!s.max || s.sum <= s.max) && (!s.inodes ||
964 purge(char *path, apr_pool_t *pool, apr_off_t max, apr_off_t inodes, apr_off_t nodes, apr_off_t round) argument
1377 apr_off_t max, inodes, round; local
[all...]

Completed in 13 milliseconds