Symbol: bufobj
lib/libprocstat/udf.c
54
struct bufobj *im_bo;
sys/arm64/spe/arm_spe_dev.h
113
vm_object_t bufobj;
sys/dev/spibus/spigen.c
290
if (mmap->bufobj != NULL)
sys/dev/spibus/spigen.c
291
vm_object_deallocate(mmap->bufobj);
sys/dev/spibus/spigen.c
320
mmap->bufobj = vm_pager_allocate(OBJT_PHYS, 0, size, nprot, 0,
sys/dev/spibus/spigen.c
324
VM_OBJECT_WLOCK(mmap->bufobj);
sys/dev/spibus/spigen.c
325
vm_object_reference_locked(mmap->bufobj); // kernel and userland both
sys/dev/spibus/spigen.c
327
m[n] = vm_page_grab(mmap->bufobj, n,
sys/dev/spibus/spigen.c
332
VM_OBJECT_WUNLOCK(mmap->bufobj);
sys/dev/spibus/spigen.c
342
*object = mmap->bufobj;
sys/dev/spibus/spigen.c
75
vm_object_t bufobj;
sys/fs/cd9660/cd9660_vfsops.c
225
struct bufobj *bo;
sys/fs/cd9660/cd9660_vnops.c
711
struct bufobj *bo;
sys/fs/cd9660/iso.h
229
struct bufobj *im_bo;
sys/fs/ext2fs/ext2_inode.c
243
struct bufobj *bo;
sys/fs/ext2fs/ext2_mount.h
58
struct bufobj *um_bo;
sys/fs/ext2fs/ext2_vfsops.c
840
struct bufobj *bo;
sys/fs/ext2fs/ext2_vnops.c
1570
struct bufobj *bo;
sys/fs/fuse/fuse_vnops.c
777
struct bufobj **bo = ap->a_bop;
sys/fs/msdosfs/msdosfs_vfsops.c
517
struct bufobj *bo;
sys/fs/msdosfs/msdosfs_vfsops.c
938
struct bufobj *bo;
sys/fs/msdosfs/msdosfs_vnops.c
1886
struct bufobj *bo;
sys/fs/msdosfs/msdosfsmount.h
80
struct bufobj *pm_bo;
sys/fs/nfsclient/nfs_clsubs.c
348
struct bufobj *bo;
sys/fs/nfsclient/nfs_clvnops.c
3105
struct bufobj *bo;
sys/fs/nfsserver/nfs_nfsdport.c
1854
struct bufobj *bo;
sys/fs/udf/udf.h
43
struct bufobj *im_bo;
sys/fs/udf/udf_vfsops.c
314
struct bufobj *bo;
sys/fs/udf/udf_vnops.c
1039
struct bufobj *bo;
sys/geom/geom_vfs.c
186
g_vfs_strategy(struct bufobj *bo, struct buf *bp)
sys/geom/geom_vfs.c
273
struct bufobj *bo;
sys/geom/geom_vfs.c
54
struct bufobj *sc_bo;
sys/geom/geom_vfs.h
33
struct bufobj;
sys/geom/geom_vfs.h
38
void g_vfs_strategy(struct bufobj *bo, struct buf *bp);
sys/kern/kern_kcov.c
126
vm_object_t bufobj; /* (o) */
sys/kern/kern_kcov.c
353
vm_object_reference(info->bufobj);
sys/kern/kern_kcov.c
355
*object = info->bufobj;
sys/kern/kern_kcov.c
379
info->bufobj = vm_pager_allocate(OBJT_PHYS, 0, info->bufsize,
sys/kern/kern_kcov.c
382
VM_OBJECT_WLOCK(info->bufobj);
sys/kern/kern_kcov.c
384
m = vm_page_grab(info->bufobj, n,
sys/kern/kern_kcov.c
390
VM_OBJECT_WUNLOCK(info->bufobj);
sys/kern/kern_kcov.c
407
if (info->bufobj != NULL) {
sys/kern/kern_kcov.c
408
vm_page_iter_limit_init(&pages, info->bufobj,
sys/kern/kern_kcov.c
410
VM_OBJECT_WLOCK(info->bufobj);
sys/kern/kern_kcov.c
413
VM_OBJECT_WUNLOCK(info->bufobj);
sys/kern/kern_kcov.c
414
vm_object_deallocate(info->bufobj);
sys/kern/vfs_bio.c
2402
bufbdflush(struct bufobj *bo, struct buf *bp)
sys/kern/vfs_bio.c
2458
struct bufobj *bo;
sys/kern/vfs_bio.c
3256
struct bufobj *bo;
sys/kern/vfs_bio.c
3710
incore(struct bufobj *bo, daddr_t blkno)
sys/kern/vfs_bio.c
3984
struct bufobj *bo;
sys/kern/vfs_bio.c
4606
struct bufobj *dropobj;
sys/kern/vfs_bio.c
5166
bufsync(struct bufobj *bo, int waitfor)
sys/kern/vfs_bio.c
5173
bufstrategy(struct bufobj *bo, struct buf *bp)
sys/kern/vfs_bio.c
5190
bufobj_init(struct bufobj *bo, void *private)
sys/kern/vfs_bio.c
5205
bufobj_wrefl(struct bufobj *bo)
sys/kern/vfs_bio.c
5214
bufobj_wref(struct bufobj *bo)
sys/kern/vfs_bio.c
5224
bufobj_wdrop(struct bufobj *bo)
sys/kern/vfs_bio.c
5238
bufobj_wwait(struct bufobj *bo, int slpflag, int timeo)
sys/kern/vfs_cluster.c
812
struct bufobj *bo;
sys/kern/vfs_cluster.c
94
struct bufobj *bo;
sys/kern/vfs_default.c
1073
struct bufobj *bo;
sys/kern/vfs_subr.c
105
static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
sys/kern/vfs_subr.c
120
static int v_inval_buf_range_locked(struct vnode *vp, struct bufobj *bo,
sys/kern/vfs_subr.c
2187
struct bufobj *bo;
sys/kern/vfs_subr.c
2350
bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo)
sys/kern/vfs_subr.c
2452
flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
sys/kern/vfs_subr.c
2521
bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn)
sys/kern/vfs_subr.c
2572
struct bufobj *bo;
sys/kern/vfs_subr.c
2634
struct bufobj *bo;
sys/kern/vfs_subr.c
2654
v_inval_buf_range_locked(struct vnode *vp, struct bufobj *bo,
sys/kern/vfs_subr.c
2730
buf_vlist_find_or_add(struct buf *bp, struct bufobj *bo, b_xflags_t xflags)
sys/kern/vfs_subr.c
279
LIST_HEAD(synclist, bufobj);
sys/kern/vfs_subr.c
2792
buf_vlist_add(struct buf *bp, struct bufobj *bo, b_xflags_t xflags)
sys/kern/vfs_subr.c
2808
gbincore(struct bufobj *bo, daddr_t lblkno)
sys/kern/vfs_subr.c
2826
gbincore_unlocked(struct bufobj *bo, daddr_t lblkno)
sys/kern/vfs_subr.c
2843
struct bufobj *bo;
sys/kern/vfs_subr.c
2884
struct bufobj *bo;
sys/kern/vfs_subr.c
2914
vn_syncer_add_to_worklist(struct bufobj *bo, int delay)
sys/kern/vfs_subr.c
2962
sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td)
sys/kern/vfs_subr.c
3019
struct bufobj *bo;
sys/kern/vfs_subr.c
3217
struct bufobj *bo;
sys/kern/vfs_subr.c
5363
struct bufobj *bo;
sys/kern/vfs_subr.c
5438
struct bufobj *bo;
sys/kern/vfs_subr.c
5494
struct bufobj *bo;
sys/kern/vfs_subr.c
709
struct bufobj *bo;
sys/kern/vfs_vnops.c
3194
struct bufobj *bo;
sys/sys/buf.h
49
struct bufobj;
sys/sys/buf.h
574
void bufstrategy(struct bufobj *, struct buf *);
sys/sys/buf.h
580
struct buf *incore(struct bufobj *, daddr_t);
sys/sys/buf.h
582
struct buf *gbincore(struct bufobj *, daddr_t);
sys/sys/buf.h
583
struct buf *gbincore_unlocked(struct bufobj *, daddr_t);
sys/sys/buf.h
615
void pbgetbo(struct bufobj *bo, struct buf *bp);
sys/sys/buf.h
98
struct bufobj *b_bufobj;
sys/sys/bufobj.h
101
LIST_ENTRY(bufobj) bo_synclist; /* S dirty vnode list */
sys/sys/bufobj.h
130
void bufobj_init(struct bufobj *bo, void *priv);
sys/sys/bufobj.h
131
void bufobj_wdrop(struct bufobj *bo);
sys/sys/bufobj.h
132
void bufobj_wref(struct bufobj *bo);
sys/sys/bufobj.h
133
void bufobj_wrefl(struct bufobj *bo);
sys/sys/bufobj.h
134
int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo);
sys/sys/bufobj.h
135
int bufobj_wwait(struct bufobj *bo, int slpflag, int timeo);
sys/sys/bufobj.h
136
int bufsync(struct bufobj *bo, int waitfor);
sys/sys/bufobj.h
137
void bufbdflush(struct bufobj *bo, struct buf *bp);
sys/sys/bufobj.h
59
struct bufobj;
sys/sys/bufobj.h
73
typedef void b_strategy_t(struct bufobj *, struct buf *);
sys/sys/bufobj.h
75
typedef int b_sync_t(struct bufobj *, int waitfor);
sys/sys/bufobj.h
76
typedef void b_bdflush_t(struct bufobj *, struct buf *);
sys/sys/vnode.h
186
struct bufobj v_bufobj; /* * Buffer cache object */
sys/sys/vnode.h
650
int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
sys/ufs/ffs/ffs_extern.h
72
void ffs_bdflush(struct bufobj *, struct buf *);
sys/ufs/ffs/ffs_inode.c
243
struct bufobj *bo __diagused;
sys/ufs/ffs/ffs_rawread.c
96
struct bufobj *bo;
sys/ufs/ffs/ffs_snapshot.c
2200
ffs_bdflush(struct bufobj *bo, struct buf *bp)
sys/ufs/ffs/ffs_softdep.c
12825
struct bufobj *bo;
sys/ufs/ffs/ffs_softdep.c
13223
struct bufobj *bo;
sys/ufs/ffs/ffs_softdep.c
14071
struct bufobj *bo;
sys/ufs/ffs/ffs_softdep.c
14554
struct bufobj *bo;
sys/ufs/ffs/ffs_softdep.c
487
struct bufobj *bo;
sys/ufs/ffs/ffs_softdep.c
7342
struct bufobj *bo;
sys/ufs/ffs/ffs_vfsops.c
1554
struct bufobj *bo;
sys/ufs/ffs/ffs_vfsops.c
2142
struct bufobj *bufobj;
sys/ufs/ffs/ffs_vfsops.c
2153
bufobj = bp->b_bufobj;
sys/ufs/ffs/ffs_vfsops.c
2154
BO_LOCK(bufobj);
sys/ufs/ffs/ffs_vfsops.c
2164
BO_UNLOCK(bufobj);
sys/ufs/ffs/ffs_vfsops.c
2191
BO_LOCK(bufobj);
sys/ufs/ffs/ffs_vfsops.c
2205
BO_UNLOCK(bufobj);
sys/ufs/ffs/ffs_vfsops.c
2334
ffs_geom_strategy(struct bufobj *bo, struct buf *bp)
sys/ufs/ffs/ffs_vnops.c
229
struct bufobj *bo;
sys/ufs/ffs/ffs_vnops.c
265
struct bufobj *bo;
sys/ufs/ufs/ufsmount.h
87
struct bufobj *um_bo; /* (r) Buffer cache object */
sys/vm/vm_pager.c
545
pbgetbo(struct bufobj *bo, struct buf *bp)
sys/vm/vnode_pager.c
670
struct bufobj *bo;
sys/vm/vnode_pager.c
894
struct bufobj *bo;