Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dbufobj.h59 struct buf_ops;
61 extern struct buf_ops buf_ops_bio;
77 struct buf_ops { struct
96 struct buf_ops *bo_ops; /* - Buffer operations */ argument
/freebsd-9-stable/sys/geom/
Dgeom_vfs.h36 extern struct buf_ops *g_vfs_bufops;
Dgeom_vfs.c57 static struct buf_ops __g_vfs_bufops = {
65 struct buf_ops *g_vfs_bufops = &__g_vfs_bufops;
/freebsd-9-stable/sys/nfsclient/
Dnfsnode.h191 extern struct buf_ops buf_ops_nfs;
Dnfs_vnops.c3537 struct buf_ops buf_ops_nfs = {
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clnode.c64 extern struct buf_ops buf_ops_newnfs;
Dnfs_clport.c75 extern struct buf_ops buf_ops_newnfs;
Dnfs_clvnops.c3325 struct buf_ops buf_ops_newnfs = {
/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_buf.h45 extern struct buf_ops xfs_bo_ops;
Dxfs_mountops.c494 struct buf_ops xfs_bo_ops = {
/freebsd-9-stable/sys/fs/ntfs/
Dntfs_vfsops.c92 static struct buf_ops ntfs_vnbufops = {
/freebsd-9-stable/sys/gnu/fs/reiserfs/
Dreiserfs_inode.c19 static struct buf_ops reiserfs_vnbufops = {
/freebsd-9-stable/sys/ufs/ffs/
Dffs_vfsops.c117 static struct buf_ops ffs_ops = {
/freebsd-9-stable/sys/kern/
Dvfs_bio.c85 struct buf_ops buf_ops_bio = {