Searched refs:sbput (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libufs/ |
H A D | sblock.c | 158 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 | 23 MLINKS+= sbread.3 sbput.3
|
H A D | libufs.h | 170 int sbput(int, struct fs *, int);
|
/freebsd/sbin/fsirand/ |
H A D | fsirand.c | 170 if (sbput(devfd, sblock, sblock->fs_ncg) != 0) { in fsirand()
|
/freebsd/sbin/fsck_ffs/ |
H A D | main.c | 542 if (sbput(fswritefd, &sblock, sblock.fs_ncg) == 0) in checkfilesys()
|
H A D | fsutil.c | 467 if (sbput(fd, bp->b_un.b_fs, 0) == 0) in flush()
|
/freebsd/sbin/growfs/ |
H A D | growfs.c | 253 if (!Nflag && sbput(fso, &sblock, sblock.fs_ncg) != 0) in growfs()
|