Searched refs:sbput (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/lib/libufs/ |
| H A D | sblock.c | 159 if ((errno = sbput(disk->d_fd, fs, all ? fs->fs_ncg : 0)) != 0) { in sbwrite() 247 sbput(int devfd, struct fs *fs, int numaltwrite) in sbput() function
|
| H A D | Makefile | 24 MLINKS+= sbread.3 sbput.3
|
| H A D | libufs.h | 157 int sbput(int, struct fs *, int);
|
| /freebsd-14.2/sbin/fsirand/ |
| H A D | fsirand.c | 170 if (sbput(devfd, sblock, sblock->fs_ncg) != 0) { in fsirand()
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | main.c | 555 if (sbput(fswritefd, &sblock, sblock.fs_ncg) == 0) in checkfilesys()
|
| H A D | fsutil.c | 474 if (sbput(fd, bp->b_un.b_fs, 0) == 0) in flush()
|
| /freebsd-14.2/sbin/growfs/ |
| H A D | growfs.c | 261 if (!Nflag && sbput(fso, &sblock, sblock.fs_ncg) != 0) in growfs()
|