Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dbuf2.h277 struct bio_ops *ops = vp->v_mount->mnt_bioops; in buf_fsync()
H A Dmount.h262 struct bio_ops *mnt_bioops; /* BIO ops (hammer, softupd) */ member
/dragonfly/sys/kern/
H A Dvfs_mount.c1223 if ((ops = mp->mnt_bioops) != NULL) in bio_ops_sync()
/dragonfly/sys/vfs/ufs/
H A Dffs_softdep.c1081 mp->mnt_bioops = &softdep_bioops; in softdep_mount()