Searched refs:bwrite (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dbuf.h73 int bwrite(struct buf *);
76 #define bdwrite(bp) bwrite(bp)
H A Dffs_balloc.c237 if ((error = bwrite(bp)) != 0)
279 if ((error = bwrite(nbp)) != 0) {
285 bwrite(bp);
313 bwrite(bp);
487 if ((error = bwrite(bp)) != 0)
529 if ((error = bwrite(nbp)) != 0) {
535 bwrite(bp);
563 bwrite(bp);
H A Dbuf.c118 * from bread() and bwrite() to convert the lblkno to
133 bwrite(struct buf *bp) function
141 printf("bwrite: bp %p blkno %lld offset %lld bcount %ld\n",
148 printf("bwrite: write %ld (offset %lld) returned %lld\n",
/freebsd-11-stable/lib/libufs/
H A DMakefile12 MLINKS+= bread.3 bwrite.3
H A Dsblock.c140 if (bwrite(disk, disk->d_sblock, fs, SBLOCKSIZE) == -1) {
153 if (bwrite(disk, fsbtodb(fs, fs->fs_csaddr + i), space, size)
162 if (bwrite(disk, fsbtodb(fs, cgsblock(fs, i)),
H A Dlibufs.h103 ssize_t bwrite(struct uufsd *, ufs2_daddr_t, const void *, size_t);
H A Dinode.c115 if (bwrite(disk, fsbtodb(fs, ino_to_fsba(&disk->d_fs, disk->d_inomin)),
H A Dcgroup.c163 if (bwrite(disk, ino_to_fsba(fs,
217 if (bwrite(disk, fsbtodb(fs, cgtod(fs, c)),
H A Dblock.c98 bwrite(struct uufsd *disk, ufs2_daddr_t blockno, const void *data, size_t size) function
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_balloc.c154 if ((error = bwrite(bp)) != 0) {
197 if ((error = bwrite(nbp)) != 0) {
208 bwrite(bp);
238 bwrite(bp);
H A Dext2_extattr.c568 return (bwrite(bp));
592 return (bwrite(bp));
629 bwrite(sbp);
729 return (bwrite(bp));
975 return (bwrite(bp));
1132 return (bwrite(bp));
1179 return (bwrite(bp));
1216 bwrite(bp);
H A Dext2_inode.c100 return (bwrite(bp));
181 bwrite(bp);
213 bwrite(bp);
436 error = bwrite(bp);
H A Dext2_lookup.c1036 error = bwrite(bp);
1072 error = bwrite(bp);
1092 error = bwrite(bp);
1119 error = bwrite(bp);
H A Dext2_htree.c424 error = bwrite(bp);
691 error = bwrite(bp);
825 error = bwrite(dst_bp);
878 error = bwrite(bp);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_balloc.c158 bwrite(bp);
278 else if ((error = bwrite(bp)) != 0)
348 if ((error = bwrite(nbp)) != 0) {
361 bwrite(bp);
427 bwrite(bp);
517 bwrite(bp);
638 bwrite(bp);
744 bwrite(bp);
867 else if ((error = bwrite(bp)) != 0)
938 if ((error = bwrite(nb
[all...]
H A Dffs_inode.c178 error = bwrite(bp);
345 bwrite(bp);
383 bwrite(bp);
466 bwrite(bp);
729 error = bwrite(bp);
H A Dffs_suspend.c151 error = bwrite(bp);
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_lookup.c979 error = bwrite(bp);
1117 error = bwrite(bp);
1260 error = bwrite(bp);
1265 error = bwrite(bp);
1269 error = bwrite(bp);
1343 error = bwrite(bp);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_denode.c322 error = bwrite(bp);
419 bwrite(bp);
H A Dmsdosfs_lookup.c668 else if ((error = bwrite(bp)) != 0)
698 else if ((error = bwrite(bp)) != 0)
992 else if ((error = bwrite(bp)) != 0)
H A Dmsdosfs_fat.c326 * bwrite()'s and really slow things down.
346 bwrite(bpn);
356 bwrite(bp);
1184 return (bwrite(bp));
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdio.c94 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
190 nwrote = abfd->iovec->bwrite (abfd, ptr, size);
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c628 if (bwrite(&disk, fsbtodb(&sblock, blk), clrbuf,
751 if (bwrite(&disk, fsbtodb(&sblock, blk), block, sblock.fs_bsize) <= 0) {
773 if (bwrite(&disk, fsbtodb(&sblock, nblk), block, sblock.fs_bsize)
896 if (bwrite(&disk, fsbtodb(&sblock, blk), indirbuf,
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c229 if ((b->method == NULL) || (b->method->bwrite == NULL)) {
243 i = b->method->bwrite(b, in, inl);
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_io.c555 bwrite(bp);
592 err = bwrite(bp);

Completed in 278 milliseconds

12