Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dbufobj.h62 struct buf_ops;
64 extern struct buf_ops buf_ops_bio;
80 struct buf_ops { struct
101 struct buf_ops *bo_ops; /* - Buffer operations */ argument
/freebsd-13.1/sys/geom/
H A Dgeom_vfs.h38 extern struct buf_ops *g_vfs_bufops;
H A Dgeom_vfs.c61 static struct buf_ops __g_vfs_bufops = {
69 struct buf_ops *g_vfs_bufops = &__g_vfs_bufops;
/freebsd-13.1/sys/nfsclient/
H A Dnfsnode.h190 extern struct buf_ops buf_ops_nfs;
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clnode.c64 extern struct buf_ops buf_ops_newnfs;
H A Dnfs_clport.c82 extern struct buf_ops buf_ops_newnfs;
H A Dnfs_clvnops.c3637 struct buf_ops buf_ops_newnfs = {
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_vfsops.c130 static struct buf_ops ffs_ops = {
/freebsd-13.1/sys/kern/
H A Dvfs_bio.c97 struct buf_ops buf_ops_bio = {