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

Function cache_fplookup_mp_supported

freebsd/kern/vfs_cache.c:5037–5045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5035}
5036
5037static bool
5038cache_fplookup_mp_supported(struct mount *mp)
5039{
5040
5041 MPASS(mp != NULL);
5042 if ((mp->mnt_kern_flag & MNTK_FPLOOKUP) == 0)
5043 return (false);
5044 return (true);
5045}
5046
5047/*
5048 * Walk up the mount stack (if any).

Callers 3

cache_fplookup_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected