MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cache_fpl_restore_partial

Function cache_fpl_restore_partial

freebsd/kern/vfs_cache.c:3797–3805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3795}
3796
3797static void
3798cache_fpl_restore_partial(struct cache_fpl *fpl)
3799{
3800
3801 fpl->ndp->ni_cnd.cn_flags = fpl->snd_outer.cn_flags;
3802#ifdef INVARIANTS
3803 fpl->debug.ni_pathlen = fpl->snd.ni_pathlen;
3804#endif
3805}
3806
3807static void
3808cache_fpl_restore_abort(struct cache_fpl *fpl)

Callers 2

cache_fpl_restore_abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected