OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_old_cstotal
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.sbin/makefs/ffs/
mkfs.c
490
sblock.
fs_old_cstotal
.cs_ndir = sblock.fs_cstotal.cs_ndir;
491
sblock.
fs_old_cstotal
.cs_nbfree = sblock.fs_cstotal.cs_nbfree;
492
sblock.
fs_old_cstotal
.cs_nifree = sblock.fs_cstotal.cs_nifree;
493
sblock.
fs_old_cstotal
.cs_nffree = sblock.fs_cstotal.cs_nffree;
552
sblock.
fs_old_cstotal
.cs_ndir = sblock.fs_cstotal.cs_ndir;
553
sblock.
fs_old_cstotal
.cs_nbfree = sblock.fs_cstotal.cs_nbfree;
554
sblock.
fs_old_cstotal
.cs_nifree = sblock.fs_cstotal.cs_nifree;
555
sblock.
fs_old_cstotal
.cs_nffree = sblock.fs_cstotal.cs_nffree;
/src/sbin/fsck_ffs/
utilities.c
662
fs->
fs_old_cstotal
.cs_ndir;
664
fs->
fs_old_cstotal
.cs_nbfree;
666
fs->
fs_old_cstotal
.cs_nifree;
668
fs->
fs_old_cstotal
.cs_nffree;
696
fs->
fs_old_cstotal
.cs_ndir = fs->fs_cstotal.cs_ndir;
697
fs->
fs_old_cstotal
.cs_nbfree = fs->fs_cstotal.cs_nbfree;
698
fs->
fs_old_cstotal
.cs_nifree = fs->fs_cstotal.cs_nifree;
699
fs->
fs_old_cstotal
.cs_nffree = fs->fs_cstotal.cs_nffree;
setup.c
967
asb->
fs_old_cstotal
= sb->
fs_old_cstotal
; /* fs_cstotal */
1010
asb->
fs_old_cstotal
= sb->
fs_old_cstotal
;
/src/sbin/newfs/
mkfs.c
539
sblock.
fs_old_cstotal
.cs_ndir = sblock.fs_cstotal.cs_ndir;
540
sblock.
fs_old_cstotal
.cs_nbfree = sblock.fs_cstotal.cs_nbfree;
541
sblock.
fs_old_cstotal
.cs_nifree = sblock.fs_cstotal.cs_nifree;
542
sblock.
fs_old_cstotal
.cs_nffree = sblock.fs_cstotal.cs_nffree;
735
sblock.
fs_old_cstotal
.cs_ndir = sblock.fs_cstotal.cs_ndir;
736
sblock.
fs_old_cstotal
.cs_nbfree = sblock.fs_cstotal.cs_nbfree;
737
sblock.
fs_old_cstotal
.cs_nifree = sblock.fs_cstotal.cs_nifree;
738
sblock.
fs_old_cstotal
.cs_nffree = sblock.fs_cstotal.cs_nffree;
/src/usr.sbin/dumpfs/
dumpfs.c
281
fs->fs_cstotal.cs_ndir = fs->
fs_old_cstotal
.cs_ndir;
282
fs->fs_cstotal.cs_nbfree = fs->
fs_old_cstotal
.cs_nbfree;
283
fs->fs_cstotal.cs_nifree = fs->
fs_old_cstotal
.cs_nifree;
284
fs->fs_cstotal.cs_nffree = fs->
fs_old_cstotal
.cs_nffree;
/src/sbin/resize_ffs/
resize_ffs.c
2069
newsb->
fs_old_cstotal
.cs_ndir = newsb->fs_cstotal.cs_ndir;
2070
newsb->
fs_old_cstotal
.cs_nbfree = newsb->fs_cstotal.cs_nbfree;
2071
newsb->
fs_old_cstotal
.cs_nifree = newsb->fs_cstotal.cs_nifree;
2072
newsb->
fs_old_cstotal
.cs_nffree = newsb->fs_cstotal.cs_nffree;
2260
oldsb->fs_cstotal.cs_ndir = oldsb->
fs_old_cstotal
.cs_ndir;
2261
oldsb->fs_cstotal.cs_nbfree = oldsb->
fs_old_cstotal
.cs_nbfree;
2262
oldsb->fs_cstotal.cs_nifree = oldsb->
fs_old_cstotal
.cs_nifree;
2263
oldsb->fs_cstotal.cs_nffree = oldsb->
fs_old_cstotal
.cs_nffree;
/src/sys/ufs/ffs/
ffs_vfsops.c
1674
fs->fs_cstotal.cs_ndir = fs->
fs_old_cstotal
.cs_ndir;
1675
fs->fs_cstotal.cs_nbfree = fs->
fs_old_cstotal
.cs_nbfree;
1676
fs->fs_cstotal.cs_nifree = fs->
fs_old_cstotal
.cs_nifree;
1677
fs->fs_cstotal.cs_nffree = fs->
fs_old_cstotal
.cs_nffree;
1737
fs->
fs_old_cstotal
.cs_ndir = fs->fs_cstotal.cs_ndir;
1738
fs->
fs_old_cstotal
.cs_nbfree = fs->fs_cstotal.cs_nbfree;
1739
fs->
fs_old_cstotal
.cs_nifree = fs->fs_cstotal.cs_nifree;
1740
fs->
fs_old_cstotal
.cs_nffree = fs->fs_cstotal.cs_nffree;
fs.h
314
struct csum
fs_old_cstotal
; /* cylinder summary information */
member in struct:fs
/src/usr.sbin/makefs/
ffs.c
301
superblock->
fs_old_cstotal
.cs_ndir = superblock->fs_cstotal.cs_ndir;
302
superblock->
fs_old_cstotal
.cs_nbfree = superblock->fs_cstotal.cs_nbfree;
303
superblock->
fs_old_cstotal
.cs_nifree = superblock->fs_cstotal.cs_nifree;
304
superblock->
fs_old_cstotal
.cs_nffree = superblock->fs_cstotal.cs_nffree;
Completed in 65 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025