Home
last modified time | relevance | path

Searched refs:sbput (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libufs/
H A Dsblock.c158 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 DMakefile23 MLINKS+= sbread.3 sbput.3
H A Dlibufs.h170 int sbput(int, struct fs *, int);
/freebsd/sbin/fsirand/
H A Dfsirand.c170 if (sbput(devfd, sblock, sblock->fs_ncg) != 0) { in fsirand()
/freebsd/sbin/fsck_ffs/
H A Dmain.c542 if (sbput(fswritefd, &sblock, sblock.fs_ncg) == 0) in checkfilesys()
H A Dfsutil.c467 if (sbput(fd, bp->b_un.b_fs, 0) == 0) in flush()
/freebsd/sbin/growfs/
H A Dgrowfs.c253 if (!Nflag && sbput(fso, &sblock, sblock.fs_ncg) != 0) in growfs()