Home
last modified time | relevance | path

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

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