Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c513 if ((rabp->b_flags & (B_CACHE|B_DELWRI)) == 0) { in ncl_bioread()
548 * If B_CACHE is not set, we must issue the read. If this in ncl_bioread()
552 if ((bp->b_flags & B_CACHE) == 0) { in ncl_bioread()
583 if ((bp->b_flags & B_CACHE) == 0) { in ncl_bioread()
615 if ((bp->b_flags & B_CACHE) == 0) { in ncl_bioread()
652 if ((bp->b_flags & B_CACHE) == 0) { in ncl_bioread()
696 if ((rabp->b_flags & (B_CACHE|B_DELWRI)) == 0) { in ncl_bioread()
719 * away and is reconstituted into a B_CACHE state ( due to in ncl_bioread()
1031 * B_CACHE if it was previously set). Resize the in ncl_write()
1048 save = bp->b_flags & B_CACHE; in ncl_write()
[all...]
/freebsd/sys/kern/
H A Dvfs_cluster.c135 if (bp->b_flags & B_CACHE) { in cluster_read()
294 if (rbp->b_flags & B_CACHE) { in cluster_read()
363 if (tbp->b_flags & B_CACHE) in cluster_rbuild()
434 (tbp->b_flags & B_CACHE) || in cluster_rbuild()
H A Dvfs_bio.c995 if (bp->b_flags & B_CACHE) { in vfs_buf_test_cache()
998 bp->b_flags &= ~B_CACHE; in vfs_buf_test_cache()
2186 if ((rabp->b_flags & B_CACHE) != 0) { in breada()
2262 if ((bp->b_flags & B_CACHE) == 0) { in breadn_flags()
2326 bp->b_flags &= ~B_CACHE; in bufwrite()
2357 bp->b_flags |= B_CACHE; in bufwrite()
2489 bp->b_flags |= B_CACHE; in bdwrite()
2742 bp->b_flags &= ~(B_ASYNC | B_CACHE); in brelse()
2783 bp->b_flags &= ~(B_DELWRI | B_CACHE); in brelse()
3184 while ((bp->b_flags & B_CACHE) && toff < size) { in vfs_vmio_extend()
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_io.c540 uint32_t save = bp->b_flags & B_CACHE; in fuse_write_biobackend()
588 bp->b_flags |= B_CACHE; in fuse_write_biobackend()
592 if ((bp->b_flags & B_CACHE) == 0) { in fuse_write_biobackend()
H A Dfuse_vnops.c334 if ((bp->b_flags & B_CACHE) != 0 && bp->b_dirtyend >= left_on) { in fuse_inval_buf_range()
353 if ((bp->b_flags & B_CACHE) != 0 && bp->b_dirtyoff < right_on) { in fuse_inval_buf_range()
/freebsd/sys/fs/ext2fs/
H A Dext2_bmap.c166 if ((bp->b_flags & B_CACHE) == 0) { in readindir()
H A Dext2_vnops.c2279 if (error != 0 && (bp->b_flags & B_CACHE) == 0 && in ext2_write()
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c111 if ((bp->b_flags & B_CACHE) == 0) { in readindir()
/freebsd/sys/sys/
H A Dbuf.h219 #define B_CACHE 0x00000020 /* Bread found us in the cache. */ macro
/freebsd/sys/ufs/ffs/
H A Dffs_balloc.c523 bp->b_flags &= ~(B_ASYNC | B_CACHE); in ffs_balloc_ufs1()
1151 bp->b_flags &= ~(B_ASYNC | B_CACHE); in ffs_balloc_ufs2()
H A Dffs_vnops.c980 if (error != 0 && (bp->b_flags & B_CACHE) == 0 && in ffs_write()
1241 if ((bp->b_flags & B_CACHE) == 0 && fs->fs_bsize <= xfersize) in ffs_extwrite()
H A Dffs_alloc.c2338 bp->b_flags &= ~B_CACHE; in ffs_blkfree_cg()
2887 bp->b_flags &= ~B_CACHE; in ffs_freefile()
H A Dffs_vfsops.c2182 bp->b_flags &= ~(B_CACHE | B_IOSTARTED); in ffs_backgroundwritedone()
2216 * Note that we set B_CACHE here, indicating that buffer is in ffs_backgroundwritedone()
H A Dffs_snapshot.c1449 if ((bp->b_flags & B_CACHE) == 0 && in indiracct_ufs2()