| /freebsd/sys/sys/ |
| H A D | bufobj.h | 59 struct bufobj; 73 typedef void b_strategy_t(struct bufobj *, struct buf *); 75 typedef int b_sync_t(struct bufobj *, int waitfor); 76 typedef void b_bdflush_t(struct bufobj *, struct buf *); 97 struct bufobj { struct 101 LIST_ENTRY(bufobj) bo_synclist; /* S dirty vnode list */ argument 130 void bufobj_init(struct bufobj *bo, void *priv); argument 131 void bufobj_wdrop(struct bufobj *bo); 132 void bufobj_wref(struct bufobj *bo); 133 void bufobj_wrefl(struct bufobj *bo); [all …]
|
| H A D | buf.h | 49 struct bufobj; 98 struct bufobj *b_bufobj; 574 void bufstrategy(struct bufobj *, struct buf *); 580 struct buf *incore(struct bufobj *, daddr_t); 582 struct buf *gbincore(struct bufobj *, daddr_t); 583 struct buf *gbincore_unlocked(struct bufobj *, daddr_t); 615 void pbgetbo(struct bufobj *bo, struct buf *bp);
|
| H A D | vnode.h | 185 struct bufobj v_bufobj; /* * Buffer cache object */ 656 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
|
| /freebsd/sys/kern/ |
| H A D | kern_kcov.c | 126 vm_object_t bufobj; /* (o) */ member 353 vm_object_reference(info->bufobj); in kcov_mmap_single() 355 *object = info->bufobj; in kcov_mmap_single() 379 info->bufobj = vm_pager_allocate(OBJT_PHYS, 0, info->bufsize, in kcov_alloc() 382 VM_OBJECT_WLOCK(info->bufobj); in kcov_alloc() 384 m = vm_page_grab(info->bufobj, n, in kcov_alloc() 390 VM_OBJECT_WUNLOCK(info->bufobj); in kcov_alloc() 407 if (info->bufobj != NULL) { in kcov_free() 408 vm_page_iter_limit_init(&pages, info->bufobj, in kcov_free() 410 VM_OBJECT_WLOCK(info->bufobj); in kcov_free() [all …]
|
| H A D | vfs_subr.c | 105 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, 120 static int v_inval_buf_range_locked(struct vnode *vp, struct bufobj *bo, 269 LIST_HEAD(synclist, bufobj); 713 struct bufobj *bo; in vnode_fini() 2212 struct bufobj *bo; in freevnode() 2375 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() 2477 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() 2546 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() 2597 struct bufobj *bo; in vtruncbuf() 2659 struct bufobj *bo; in v_inval_buf_range() [all …]
|
| H A D | vfs_bio.c | 2406 bufbdflush(struct bufobj *bo, struct buf *bp) in bufbdflush() 2462 struct bufobj *bo; in bdwrite() 3259 struct bufobj *bo; in vfs_bio_awrite() 3713 incore(struct bufobj *bo, daddr_t blkno) in incore() 3987 struct bufobj *bo; in getblkx() 4609 struct bufobj *dropobj; in bufdone() 5168 bufsync(struct bufobj *bo, int waitfor) in bufsync() 5175 bufstrategy(struct bufobj *bo, struct buf *bp) in bufstrategy() 5192 bufobj_init(struct bufobj *bo, void *private) in bufobj_init() 5207 bufobj_wrefl(struct bufobj *bo) in bufobj_wrefl() [all …]
|
| H A D | vfs_cluster.c | 94 struct bufobj *bo; in cluster_read() 810 struct bufobj *bo; in cluster_wbuild()
|
| /freebsd/sys/dev/spibus/ |
| H A D | spigen.c | 75 vm_object_t bufobj; member 290 if (mmap->bufobj != NULL) in spigen_mmap_cleanup() 291 vm_object_deallocate(mmap->bufobj); in spigen_mmap_cleanup() 320 mmap->bufobj = vm_pager_allocate(OBJT_PHYS, 0, size, nprot, 0, in spigen_mmap_single() 324 VM_OBJECT_WLOCK(mmap->bufobj); in spigen_mmap_single() 325 vm_object_reference_locked(mmap->bufobj); // kernel and userland both in spigen_mmap_single() 327 m[n] = vm_page_grab(mmap->bufobj, n, in spigen_mmap_single() 332 VM_OBJECT_WUNLOCK(mmap->bufobj); in spigen_mmap_single() 342 *object = mmap->bufobj; in spigen_mmap_single()
|
| /freebsd/sys/geom/ |
| H A D | geom_vfs.h | 33 struct bufobj; 38 void g_vfs_strategy(struct bufobj *bo, struct buf *bp);
|
| H A D | geom_vfs.c | 54 struct bufobj *sc_bo; 186 g_vfs_strategy(struct bufobj *bo, struct buf *bp) in g_vfs_strategy() 273 struct bufobj *bo; in g_vfs_open()
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_mount.h | 58 struct bufobj *um_bo;
|
| H A D | ext2_inode.c | 243 struct bufobj *bo; in ext2_ind_truncate()
|
| /freebsd/lib/libprocstat/ |
| H A D | udf.c | 54 struct bufobj *im_bo;
|
| /freebsd/sys/fs/udf/ |
| H A D | udf.h | 43 struct bufobj *im_bo;
|
| /freebsd/sys/arm64/spe/ |
| H A D | arm_spe_dev.h | 113 vm_object_t bufobj; member
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 1582 struct bufobj *bo; in ffs_sync() 2170 struct bufobj *bufobj; in ffs_backgroundwritedone() local 2181 bufobj = bp->b_bufobj; in ffs_backgroundwritedone() 2182 BO_LOCK(bufobj); in ffs_backgroundwritedone() 2192 BO_UNLOCK(bufobj); in ffs_backgroundwritedone() 2219 BO_LOCK(bufobj); in ffs_backgroundwritedone() 2233 BO_UNLOCK(bufobj); in ffs_backgroundwritedone() 2362 ffs_geom_strategy(struct bufobj *bo, struct buf *bp) in ffs_geom_strategy()
|
| H A D | ffs_extern.h | 72 void ffs_bdflush(struct bufobj *, struct buf *);
|
| H A D | ffs_rawread.c | 96 struct bufobj *bo; in ffs_rawread_sync()
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufsmount.h | 87 struct bufobj *um_bo; /* (r) Buffer cache object */
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfsmount.h | 80 struct bufobj *pm_bo;
|
| H A D | msdosfs_vfsops.c | 517 struct bufobj *bo; in mountmsdosfs() 938 struct bufobj *bo; in msdosfs_unmount()
|
| /freebsd/sys/fs/cd9660/ |
| H A D | iso.h | 229 struct bufobj *im_bo;
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clsubs.c | 356 struct bufobj *bo; in ncl_clearcommit()
|
| /freebsd/sys/vm/ |
| H A D | vm_pager.c | 545 pbgetbo(struct bufobj *bo, struct buf *bp) in pbgetbo()
|
| H A D | vnode_pager.c | 670 struct bufobj *bo; in vnode_pager_input_smlfs() 894 struct bufobj *bo; in vnode_pager_generic_getpages()
|