Home
last modified time | relevance | path

Searched refs:cs_ndir (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_bswap.c194 n->cs_ndir = bswap64(o->cs_ndir); in ffs_csumtotal_swap()
218 n->cg_cs.cs_ndir = bswap32(o->cg_cs.cs_ndir); in ffs_cg_swap()
H A Dmkfs.c496 sblock.fs_cstotal.cs_ndir = 0; in ffs_mkfs()
520 sblock.fs_cstotal.cs_ndir = 0; in ffs_mkfs()
528 sblock.fs_old_cstotal.cs_ndir = sblock.fs_cstotal.cs_ndir; in ffs_mkfs()
594 sblock.fs_old_cstotal.cs_ndir = sblock.fs_cstotal.cs_ndir; in ffs_mkfs()
/dragonfly/sbin/fsck/
H A Dpass5.c185 newcg->cg_cs.cs_ndir = 0; in pass5()
216 newcg->cg_cs.cs_ndir++; in pass5()
293 cstotal.cs_ndir += newcg->cg_cs.cs_ndir; in pass5()
H A Dsetup.c298 numdirs = sblock.fs_cstotal.cs_ndir; in setup()
H A Dinode.c587 cgp->cg_cs.cs_ndir++; in allocino()
/dragonfly/sys/vfs/ufs/
H A Dffs_alloc.c688 if (fs->fs_cs(fs, cg).cs_ndir < minndir && in ffs_dirpref()
692 minndir = fs->fs_cs(fs, cg).cs_ndir; in ffs_dirpref()
699 minndir = fs->fs_cs(fs, cg).cs_ndir; in ffs_dirpref()
745 if (fs->fs_cs(fs, cg).cs_ndir < maxndir && in ffs_dirpref()
752 if (fs->fs_cs(fs, cg).cs_ndir < maxndir && in ffs_dirpref()
1469 cgp->cg_cs.cs_ndir++; in ffs_nodealloccg()
1470 fs->fs_cstotal.cs_ndir++; in ffs_nodealloccg()
1471 fs->fs_cs(fs, cg).cs_ndir++; in ffs_nodealloccg()
1806 cgp->cg_cs.cs_ndir--; in ffs_freefile()
1807 fs->fs_cstotal.cs_ndir--; in ffs_freefile()
[all …]
H A Dfs.h180 int32_t cs_ndir; /* number of directories */ member
H A Dffs_softdep.c1100 cstotal.cs_ndir += cgp->cg_cs.cs_ndir; in softdep_mount()
/dragonfly/sbin/dumpfs/
H A Ddumpfs.c141 afs.fs_cstotal.cs_nbfree, afs.fs_cstotal.cs_ndir, in dumpfs()
223 cs->cs_nbfree, cs->cs_ndir, cs->cs_nifree, cs->cs_nffree); in dumpfs()
268 acg.cg_cs.cs_nbfree, acg.cg_cs.cs_ndir, in dumpcg()
/dragonfly/usr.sbin/makefs/
H A Dffs.c324 superblock->fs_old_cstotal.cs_ndir = superblock->fs_cstotal.cs_ndir; in ffs_makefs()
600 (long long)fs->fs_cstotal.cs_ndir); in ffs_create_image()
1184 ufs_add32(cgp->cg_cs.cs_ndir, 1, fsopts->needswap); in ffs_write_inode()
1185 fs->fs_cstotal.cs_ndir++; in ffs_write_inode()
1186 fs->fs_cs(fs, cg).cs_ndir++; in ffs_write_inode()
/dragonfly/sbin/newfs/
H A Dmkfs.c653 sblock.fs_cstotal.cs_ndir = 0; in mkfs()
914 sblock.fs_cstotal.cs_ndir += acg.cg_cs.cs_ndir; in initcg()
1076 acg.cg_cs.cs_ndir++; in alloc()
1077 sblock.fs_cstotal.cs_ndir++; in alloc()
1078 fscs[0].cs_ndir++; in alloc()
/dragonfly/stand/boot/common/
H A Dfs.h230 int32_t cs_ndir; /* number of directories */ member
236 int64_t cs_ndir; /* number of directories */ member
/dragonfly/sbin/growfs/
H A Ddebug.c381 fprintf(dbg_log, "ndir int32_t 0x%08x\n", cs->cs_ndir); in dbg_dump_csum()
H A Dgrowfs.c496 sblock.fs_cstotal.cs_ndir += acg.cg_cs.cs_ndir; in initcg()