Searched refs:fs_si (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/usr.sbin/fstyp/
H A Dufs.c57 free(fs->fs_si);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_subr.c159 struct fs_summary_info *fs_si; local
203 if ((fs_si = UFS_MALLOC(sizeof(*fs_si), filltype, M_WAITOK)) == NULL) {
207 bzero(fs_si, sizeof(*fs_si));
208 fs->fs_si = fs_si;
210 UFS_FREE(fs->fs_si, filltype);
226 UFS_FREE(fs->fs_si, filltype);
315 fs->fs_si
358 struct fs_summary_info *fs_si; local
[all...]
H A Dfs.h295 #define fs_contigdirs fs_si->si_contigdirs
296 #define fs_csp fs_si->si_csp
297 #define fs_maxcluster fs_si->si_maxcluster
298 #define fs_active fs_si->si_active
371 struct fs_summary_info *fs_si;/* In-core pointer to summary info */ member in struct:fs
H A Dffs_vfsops.c906 newfs->fs_si = fs->fs_si;
1320 free(fs->fs_si, M_UFSMNT);
1558 free(fs->fs_si, M_UFSMNT);
2351 fs->fs_si = NULL;
H A Dffs_snapshot.c487 copy_fs->fs_si = malloc(sizeof(struct fs_summary_info), M_UFSMNT,
731 free(copy_fs->fs_si, M_UFSMNT);
863 free(copy_fs->fs_si, M_UFSMNT);
/freebsd-13-stable/sys/geom/journal/
H A Dg_journal_ufs.c88 g_free(fs->fs_si);
89 fs->fs_si = NULL;
/freebsd-13-stable/sys/geom/label/
H A Dg_label_ufs.c122 g_free(fs->fs_si);
/freebsd-13-stable/lib/libufs/
H A Dsblock.c91 disk->d_si = fs->fs_si;
/freebsd-13-stable/stand/libsa/
H A Dufs.c683 free(fp->f_fs->fs_si);
732 free(fp->f_fs->fs_si);
/freebsd-13-stable/usr.sbin/quot/
H A Dquot.c571 free(fs->fs_si);
/freebsd-13-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c428 sblock.fs_si = ecalloc(1, sizeof(struct fs_summary_info));
/freebsd-13-stable/sbin/newfs/
H A Dmkfs.c137 if ((sblock.fs_si = malloc(sizeof(struct fs_summary_info))) == NULL) {

Completed in 73 milliseconds