Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_init.c135 if (mp->mnt_vn_coherency_ops) in vfs_add_vnodeops()
136 mp->mnt_vn_use_ops = mp->mnt_vn_coherency_ops; in vfs_add_vnodeops()
165 if (mp->mnt_vn_coherency_ops) in vfs_rm_vnodeops()
166 mp->mnt_vn_use_ops = mp->mnt_vn_coherency_ops; in vfs_rm_vnodeops()
H A Dvfs_conf.c370 vfs_rm_vnodeops(mp, NULL, &mp->mnt_vn_coherency_ops); in vfs_mountroot_devfs()
H A Dvfs_syscalls.c453 vfs_rm_vnodeops(mp, NULL, &mp->mnt_vn_coherency_ops); in sys_mount()
1035 vfs_rm_vnodeops(mp, NULL, &mp->mnt_vn_coherency_ops); in dounmount()
/dragonfly/sys/sys/
H A Dmount.h246 struct vop_ops *mnt_vn_coherency_ops; /* cache coherency ops */ member