OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_cstotal
(Results
1 - 17
of
17
) sorted by relevancy
/src/usr.sbin/makefs/ffs/
mkfs.c
460
sblock.
fs_cstotal
.cs_ndir = 0;
461
sblock.
fs_cstotal
.cs_nbfree = 0;
462
sblock.
fs_cstotal
.cs_nifree = 0;
463
sblock.
fs_cstotal
.cs_nffree = 0;
475
sblock.
fs_cstotal
.cs_nbfree =
478
sblock.
fs_cstotal
.cs_nffree =
482
sblock.
fs_cstotal
.cs_nifree = sblock.fs_ncg * sblock.fs_ipg - UFS_ROOTINO;
483
sblock.
fs_cstotal
.cs_ndir = 0;
490
sblock.fs_old_cstotal.cs_ndir = sblock.
fs_cstotal
.cs_ndir;
491
sblock.fs_old_cstotal.cs_nbfree = sblock.
fs_cstotal
.cs_nbfree
[
all
...]
ffs_alloc.c
113
if (size == fs->fs_bsize && fs->
fs_cstotal
.cs_nbfree == 0)
182
avgbfree = fs->
fs_cstotal
.cs_nbfree / fs->fs_ncg;
221
avgbfree = fs->
fs_cstotal
.cs_nbfree / fs->fs_ncg;
350
fs->
fs_cstotal
.cs_nffree += i;
361
fs->
fs_cstotal
.cs_nffree -= frags;
418
fs->
fs_cstotal
.cs_nbfree--;
473
fs->
fs_cstotal
.cs_nbfree++;
495
fs->
fs_cstotal
.cs_nffree += i;
508
fs->
fs_cstotal
.cs_nffree -= fs->fs_frag;
512
fs->
fs_cstotal
.cs_nbfree++
[
all
...]
/src/sbin/newfs/
mkfs.c
509
sblock.
fs_cstotal
.cs_ndir = 0;
510
sblock.
fs_cstotal
.cs_nbfree = 0;
511
sblock.
fs_cstotal
.cs_nifree = 0;
512
sblock.
fs_cstotal
.cs_nffree = 0;
524
sblock.
fs_cstotal
.cs_nbfree =
527
sblock.
fs_cstotal
.cs_nffree =
531
sblock.
fs_cstotal
.cs_nifree = sblock.fs_ncg * sblock.fs_ipg - UFS_ROOTINO;
532
sblock.
fs_cstotal
.cs_ndir = 0;
539
sblock.fs_old_cstotal.cs_ndir = sblock.
fs_cstotal
.cs_ndir;
540
sblock.fs_old_cstotal.cs_nbfree = sblock.
fs_cstotal
.cs_nbfree
[
all
...]
/src/sbin/fsck_ffs/
utilities.c
441
sblock->
fs_cstotal
.cs_nbfree--;
447
sblock->
fs_cstotal
.cs_nffree -= frags;
661
fs->
fs_cstotal
.cs_ndir =
663
fs->
fs_cstotal
.cs_nbfree =
665
fs->
fs_cstotal
.cs_nifree =
667
fs->
fs_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
[
all
...]
pass5.c
483
if (memcmp(&cstotal, &fs->
fs_cstotal
, cssize) != 0) {
487
(long long int)fs->
fs_cstotal
.cs_nffree,
489
(long long int)fs->
fs_cstotal
.cs_nbfree,
491
(long long int)fs->
fs_cstotal
.cs_nifree,
493
(long long int)fs->
fs_cstotal
.cs_ndir,
497
memmove(&fs->
fs_cstotal
, &cstotal, sizeof cstotal);
main.c
494
n_ffree = sblock->
fs_cstotal
.cs_nffree;
495
n_bfree = sblock->
fs_cstotal
.cs_nbfree;
505
(n_files -= maxino - UFS_ROOTINO - sblock->
fs_cstotal
.cs_nifree))
pass4.c
205
sblock->
fs_cstotal
.cs_nffree ++;
213
sblock->
fs_cstotal
.cs_nbfree++;
inode.c
765
sblock->
fs_cstotal
.cs_nifree--;
865
sblock->
fs_cstotal
.cs_nifree++;
setup.c
517
numdirs = sblock->
fs_cstotal
.cs_ndir;
967
asb->fs_old_cstotal = sb->fs_old_cstotal; /*
fs_cstotal
*/
/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;
555
(long long)fs->
fs_cstotal
.cs_nbfree,
556
(long long)fs->
fs_cstotal
.cs_nffree,
557
(long long)fs->
fs_cstotal
.cs_nifree,
558
(long long)fs->
fs_cstotal
.cs_ndir);
561
if ((off_t)(fs->
fs_cstotal
.cs_nifree + UFS_ROOTINO) < fsopts->inodes) {
565
(long long)(fs->
fs_cstotal
.cs_nifree + UFS_ROOTINO)
[
all
...]
/src/sys/ufs/ffs/
ffs_alloc.c
239
if (size == fs->fs_bsize && fs->
fs_cstotal
.cs_nbfree == 0)
448
fs->
fs_cstotal
.cs_nffree >
472
if (fs->
fs_cstotal
.cs_nffree <
589
if (fs->
fs_cstotal
.cs_nifree == 0)
653
avgifree = fs->
fs_cstotal
.cs_nifree / fs->fs_ncg;
654
avgbfree = fs->
fs_cstotal
.cs_nbfree / fs->fs_ncg;
655
avgndir = fs->
fs_cstotal
.cs_ndir / fs->fs_ncg;
817
avgbfree = fs->
fs_cstotal
.cs_nbfree / fs->fs_ncg;
881
avgbfree = fs->
fs_cstotal
.cs_nbfree / fs->fs_ncg;
1028
fs->
fs_cstotal
.cs_nffree--
[
all
...]
fs.h
345
struct csum_total
fs_cstotal
; /* cylinder summary information */
member in struct:fs
720
(ffs_blkstofrags((fs), (fs)->
fs_cstotal
.cs_nbfree) + \
721
(fs)->
fs_cstotal
.cs_nffree - \
ffs_bswap.c
85
ffs_csumtotal_swap(&o->
fs_cstotal
, &n->
fs_cstotal
);
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;
1912
sbp->f_bfree = ffs_blkstofrags(fs, fs->
fs_cstotal
.cs_nbfree) +
1913
fs->
fs_cstotal
.cs_nffree + FFS_DBTOFSB(fs, fs->fs_pendingblocks)
[
all
...]
/src/sbin/resize_ffs/
resize_ffs.c
619
newsb->
fs_cstotal
.cs_nffree += cg->cg_cs.cs_nffree;
620
newsb->
fs_cstotal
.cs_nbfree += cg->cg_cs.cs_nbfree;
621
newsb->
fs_cstotal
.cs_nifree += cg->cg_cs.cs_nifree;
1799
newsb->
fs_cstotal
.cs_ndir -= cgs[i]->cg_cs.cs_ndir;
1800
newsb->
fs_cstotal
.cs_nifree -= cgs[i]->cg_cs.cs_nifree;
1801
newsb->
fs_cstotal
.cs_nffree -= cgs[i]->cg_cs.cs_nffree;
1802
newsb->
fs_cstotal
.cs_nbfree -= cgs[i]->cg_cs.cs_nbfree;
1877
newsb->
fs_cstotal
.cs_nffree -= cg->cg_cs.cs_nffree;
1878
newsb->
fs_cstotal
.cs_nbfree -= cg->cg_cs.cs_nbfree;
1974
newsb->
fs_cstotal
.cs_nffree += cg->cg_cs.cs_nffree
[
all
...]
/src/sys/lib/libsa/
ffs_bswap.c
86
libsa_ffs_csumtotal_swap(&o->
fs_cstotal
, &n->
fs_cstotal
);
/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;
347
(long long)fs->
fs_cstotal
.cs_nbfree,
348
(long long)fs->
fs_cstotal
.cs_ndir,
349
(long long)fs->
fs_cstotal
.cs_nifree,
350
(long long)fs->
fs_cstotal
.cs_nffree);
Completed in 42 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025