Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_balloc.c85 vfs_bio_clrbuf(bp); in ext2_ext_balloc()
164 vfs_bio_clrbuf(bp); in ext2_balloc()
198 vfs_bio_clrbuf(bp); in ext2_balloc()
242 vfs_bio_clrbuf(nbp); in ext2_balloc()
283 vfs_bio_clrbuf(nbp); in ext2_balloc()
H A Dext2_vnops.c1590 vfs_bio_clrbuf(bp); in ext2_strategy()
2279 vfs_bio_clrbuf(bp); in ext2_write()
/freebsd/sys/ufs/ffs/
H A Dffs_balloc.c183 vfs_bio_clrbuf(bp); in ffs_balloc_ufs1()
228 vfs_bio_clrbuf(bp); in ffs_balloc_ufs1()
275 vfs_bio_clrbuf(bp); in ffs_balloc_ufs1()
355 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs1()
440 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs1()
738 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
802 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
848 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
896 vfs_bio_clrbuf(bp); in ffs_balloc_ufs2()
977 vfs_bio_clrbuf(nbp); in ffs_balloc_ufs2()
[all …]
H A Dffs_vnops.c987 vfs_bio_clrbuf(bp); in ffs_write()
1242 vfs_bio_clrbuf(bp); in ffs_extwrite()
/freebsd/sys/sys/
H A Dbuf.h591 void vfs_bio_clrbuf(struct buf *);
/freebsd/sys/fs/fuse/
H A Dfuse_node.c456 vfs_bio_clrbuf(bp); in fuse_vnode_setsize()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c554 vfs_bio_clrbuf(bp); in deextend()
H A Dmsdosfs_vnops.c739 vfs_bio_clrbuf(bp); in msdosfs_write()
1906 vfs_bio_clrbuf(bp); in msdosfs_strategy()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2581 vfs_bio_clrbuf(bp); in ufs_strategy()
/freebsd/sys/kern/
H A Dvfs_bio.c4885 vfs_bio_clrbuf(struct buf *bp) in vfs_bio_clrbuf() function