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

Function cache_fpl_restore_abort

freebsd/kern/vfs_cache.c:3807–3818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3805}
3806
3807static void
3808cache_fpl_restore_abort(struct cache_fpl *fpl)
3809{
3810
3811 cache_fpl_restore_partial(fpl);
3812 /*
3813 * It is 0 on entry by API contract.
3814 */
3815 fpl->ndp->ni_resflags = 0;
3816 fpl->ndp->ni_cnd.cn_nameptr = fpl->ndp->ni_cnd.cn_pnbuf;
3817 fpl->ndp->ni_pathlen = fpl->snd_outer.ni_pathlen;
3818}
3819
3820#ifdef INVARIANTS
3821#define cache_fpl_smr_assert_entered(fpl) ({ \

Callers 1

cache_fpl_aborted_implFunction · 0.85

Calls 1

Tested by

no test coverage detected