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

Function cache_fpl_checkpoint

freebsd/kern/vfs_cache.c:3787–3795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3785}
3786
3787static void
3788cache_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
3797static void
3798cache_fpl_restore_partial(struct cache_fpl *fpl)

Callers 2

cache_fplookup_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected