| 3785 | } |
| 3786 | |
| 3787 | static void |
| 3788 | cache_fpl_checkpoint(struct cache_fpl *fpl) |
| 3789 | { |
| 3790 | |
| 3791 | #ifdef INVARIANTS |
| 3792 | fpl->snd.cn_nameptr = fpl->ndp->ni_cnd.cn_nameptr; |
| 3793 | fpl->snd.ni_pathlen = fpl->debug.ni_pathlen; |
| 3794 | #endif |
| 3795 | } |
| 3796 | |
| 3797 | static void |
| 3798 | cache_fpl_restore_partial(struct cache_fpl *fpl) |
no outgoing calls
no test coverage detected