Home
last modified time | relevance | path

Searched refs:sbget (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libufs/
H A Dsblock.c69 error = sbget(disk->d_fd, &fs, disk->d_sblockloc, disk->d_lookupflags); in sbread()
196 sbget(int devfd, struct fs **fsp, off_t sblockloc, int flags) in sbget() function
H A DMakefile20 MLINKS+= sbread.3 sbget.3
H A Dlibufs.h168 int sbget(int, struct fs **, off_t, int);
/freebsd/usr.sbin/fstyp/
H A Dufs.c50 switch (sbget(fileno(fp), &fs, UFS_STDSB, UFS_NOCSUM)) { in fstyp_ufs()
/freebsd/sbin/fsck_ffs/
H A Dsetup.c411 switch (sbget(fsreadfd, &fs, bflag * dev_bsize, 0)) { in readsb()
430 if (sbget(fsreadfd, &fs, UFS_STDSB, UFS_NOMSG) == 0) in readsb()
436 if (sbget(fsreadfd, &fs, UFS_STDSB, UFS_NOMSG | UFS_NOHASHFAIL) == 0) { in readsb()
/freebsd/sbin/fsirand/
H A Dfsirand.c122 if ((errno = sbget(devfd, &sblock, UFS_STDSB, UFS_NOCSUM)) != 0) { in fsirand()
/freebsd/sbin/dump/
H A Dmain.c446 if ((ret = sbget(diskfd, &sblock, UFS_STDSB, UFS_NOCSUM)) != 0) { in main()
/freebsd/sbin/quotacheck/
H A Dquotacheck.c306 if ((ret = sbget(fi, &fs, UFS_STDSB, UFS_NOCSUM)) != 0) { in chkquota()
/freebsd/usr.sbin/quot/
H A Dquot.c546 switch (errno = sbget(fd, &fs, UFS_STDSB, UFS_NOCSUM)) { in quot()
/freebsd/sbin/growfs/
H A Dgrowfs.c1380 if ((ret = sbget(fsi, &fs, UFS_STDSB, 0)) != 0) { in main()