Home
last modified time | relevance | path

Searched refs:vfs_bio_clrbuf (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/sys/fs/ext2fs/
Dext2_balloc.c148 vfs_bio_clrbuf(bp); in ext2_balloc()
180 vfs_bio_clrbuf(bp); in ext2_balloc()
223 vfs_bio_clrbuf(nbp); in ext2_balloc()
263 vfs_bio_clrbuf(nbp); in ext2_balloc()
Dext2_vnops.c1350 vfs_bio_clrbuf(bp); in ext2_strategy()
2007 vfs_bio_clrbuf(bp); in ext2_write()
/freebsd-10-stable/sys/ufs/ffs/
Dffs_balloc.c218 vfs_bio_clrbuf(bp); in ffs_balloc_ufs1()
264 vfs_bio_clrbuf(bp); in ffs_balloc_ufs1()
336 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs1()
415 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs1()
704 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
805 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
852 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
925 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs2()
1004 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs2()
Dffs_vnops.c786 vfs_bio_clrbuf(bp);
1110 vfs_bio_clrbuf(bp); in ffs_extwrite()
/freebsd-10-stable/sys/sys/
Dbuf.h523 void vfs_bio_clrbuf(struct buf *);
/freebsd-10-stable/sys/fs/nandfs/
Dnandfs_subr.c291 vfs_bio_clrbuf(*bpp); in nandfs_bcreate()
332 vfs_bio_clrbuf(*bpp); in nandfs_bcreate_meta()
Dnandfs_vnops.c1124 vfs_bio_clrbuf(bp); in nandfs_read_filebuf()
/freebsd-10-stable/sys/fs/msdosfs/
Dmsdosfs_vnops.c785 vfs_bio_clrbuf(bp);
1945 vfs_bio_clrbuf(bp);
Dmsdosfs_fat.c1122 vfs_bio_clrbuf(bp);
/freebsd-10-stable/sys/ufs/ufs/
Dufs_vnops.c2341 vfs_bio_clrbuf(bp);
/freebsd-10-stable/sys/kern/
Dvfs_bio.c4204 vfs_bio_clrbuf(struct buf *bp) in vfs_bio_clrbuf() function