Home
last modified time | relevance | path

Searched refs:v_mnt (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_bio.c2684 struct mount *v_mnt; in brelse() local
2816 v_mnt = bp->b_vp != NULL ? bp->b_vp->v_mount : NULL; in brelse()
2820 (v_mnt == NULL || (v_mnt->mnt_vfc->vfc_flags & VFCF_NETWORK) == 0 || in brelse()