| 5207 | } |
| 5208 | |
| 5209 | static void |
| 5210 | cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) |
| 5211 | { |
| 5212 | |
| 5213 | fpl->debug.ni_pathlen -= n; |
| 5214 | KASSERT(fpl->debug.ni_pathlen <= PATH_MAX, |
| 5215 | ("%s: pathlen underflow to %zd\n", __func__, fpl->debug.ni_pathlen)); |
| 5216 | } |
| 5217 | |
| 5218 | static void |
| 5219 | cache_fpl_pathlen_inc(struct cache_fpl *fpl) |
no outgoing calls
no test coverage detected