Searched refs:gbincore (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_cluster.c | 148 rbp = gbincore(&vp->v_bufobj, lblkno+i); in cluster_read() 826 if ((tbp = gbincore(&vp->v_bufobj, start_lbn)) == NULL || in cluster_wbuild() 914 if ((tbp = gbincore(bo, start_lbn)) == NULL || in cluster_wbuild()
|
H A D | vfs_bio.c | 3218 if ((bpa = gbincore(&vp->v_bufobj, lblkno)) == NULL) in vfs_bio_clcheck() 4055 bp = gbincore(bo, blkno); in getblkx()
|
H A D | vfs_subr.c | 2498 nbp = gbincore(bo, lblkno); in flushbuflist() 2794 gbincore(struct bufobj *bo, daddr_t lblkno) in gbincore() function
|
/freebsd/sys/sys/ |
H A D | buf.h | 574 struct buf *gbincore(struct bufobj *, daddr_t);
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 2158 if ((origbp = gbincore(bp->b_bufobj, bp->b_lblkno)) == NULL) in ffs_backgroundwritedone()
|
H A D | ffs_softdep.c | 13276 bp = gbincore(bo, lbn); in flush_newblk_dep()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 1801 if ((bp = gbincore(&vp->v_bufobj, lblkno)) != NULL) { in nfsvno_fsync()
|