Searched refs:ffs_sbget (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/geom/journal/
H A Dg_journal_ufs.c76 ffs_sbget(cp, &fs, STDSB, M_GEOM, g_use_g_read_data) != 0) {
/freebsd-13-stable/lib/libufs/
H A Dlibufs.h113 int ffs_sbget(void *, struct fs **, off_t, char *,
121 * Request standard superblock location in ffs_sbget
H A Dsblock.c128 * the functions ffs_sbget and ffs_sbput in /sys/ufs/ffs/ffs_subr.c.
141 return (ffs_sbget(&devfd, fsp, sblockloc, "user", use_pread));
/freebsd-13-stable/sys/geom/label/
H A Dg_label_ufs.c77 if (SBLOCKSIZE % pp->sectorsize != 0 || ffs_sbget(cp, &fs,
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_extern.h93 int ffs_sbget(void *, struct fs **, off_t, struct malloc_type *,
138 * Request standard superblock location in ffs_sbget
H A Dffs_subr.c54 * Request standard superblock location in ffs_sbget
154 ffs_sbget(void *devfd, struct fs **fsp, off_t altsblock, function
H A Dffs_vfsops.c1072 if ((error = ffs_sbget(devvp, &fs, loc, M_UFSMNT, ffs_use_bread)) != 0)
/freebsd-13-stable/stand/libsa/
H A Dufs.c141 int ffs_sbget(void *, struct fs **, off_t, char *,
144 * Request standard superblock location in ffs_sbget
527 if ((rc = ffs_sbget(f, &fs, STDSB_NOHASHFAIL, "stand",

Completed in 199 milliseconds