Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbufobj.h60 struct buf_ops;
62 extern struct buf_ops buf_ops_bio;
78 struct buf_ops { struct
99 struct buf_ops *bo_ops; /* - Buffer operations */ argument
/freebsd/sys/geom/
H A Dgeom_vfs.h36 extern struct buf_ops *g_vfs_bufops;
H A Dgeom_vfs.c60 static struct buf_ops __g_vfs_bufops = {
68 struct buf_ops *g_vfs_bufops = &__g_vfs_bufops;
/freebsd/sys/nfsclient/
H A Dnfsnode.h187 extern struct buf_ops buf_ops_nfs;
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c126 static struct buf_ops ffs_ops = {
/freebsd/sys/kern/
H A Dvfs_bio.c98 struct buf_ops buf_ops_bio = {