Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h643 #define VFCF_NETWORK 0x00020000 /* may get data over the network */ macro
/f-stack/freebsd/vm/
H A Dswap_pager.c2332 (vp->v_mount->mnt_vfc->vfc_flags & VFCF_NETWORK) != 0 && in sys_swapon()
/f-stack/freebsd/kern/
H A Dvfs_bio.c2748 (v_mnt == NULL || (v_mnt->mnt_vfc->vfc_flags & VFCF_NETWORK) == 0 || in brelse()