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

Function cache_fpl_checkpoint_outer

freebsd/kern/vfs_cache.c:3779–3785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3777}
3778
3779static void
3780cache_fpl_checkpoint_outer(struct cache_fpl *fpl)
3781{
3782
3783 fpl->snd_outer.ni_pathlen = fpl->ndp->ni_pathlen;
3784 fpl->snd_outer.cn_flags = fpl->ndp->ni_cnd.cn_flags;
3785}
3786
3787static void
3788cache_fpl_checkpoint(struct cache_fpl *fpl)

Callers 1

cache_fplookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected