HomeSort by: relevance | last modified time | path
    Searched refs:LFS_INOPB (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/lib/libsa/
lfsv1.c 20 #define INOPBx(fs) LFS_INOPB(fs)
lfsv2.c 23 #define INOPBx(fs) LFS_INOPB(fs)
  /src/sys/ufs/lfs/
lfs_debug.c 249 - LFS_INUMSIZE(fs)*((sp->ninodes+LFS_INOPB(fs)-1) / LFS_INOPB(fs));
268 - sizeof(int32_t) * ((sp->ninodes+LFS_INOPB(fs)-1) / LFS_INOPB(fs))
lfs_bio.c 354 ((howmany(lfs_sb_getuinodes(fs) + 1, LFS_INOPB(fs)) +
588 #define INOCOUNT(fs) howmany(lfs_sb_getuinodes(fs), LFS_INOPB(fs))
lfs_rfw.c 420 num = LFS_INOPB(fs);
530 num = LFS_INOPB(fs);
658 ninos = howmany(lfs_ss_getninos(fs, ssp), LFS_INOPB(fs));
lfs_segment.c 1135 for (i = 0; i < LFS_INOPB(fs); ++i) {
1150 iip = NTH_IINFO(fs, sp->segsum, sp->ninodes / LFS_INOPB(fs));
1181 cdp = DINO_IN_BLOCK(fs, bp->b_data, sp->ninodes % LFS_INOPB(fs));
1296 sp->idp = DINO_IN_BLOCK(fs, bp, sp->ninodes % LFS_INOPB(fs));
1317 if (++sp->ninodes % LFS_INOPB(fs) == 0)
2159 ninos = (lfs_ss_getninos(fs, ssp) + LFS_INOPB(fs) - 1) / LFS_INOPB(fs);
lfs_inode.c 112 num = LFS_INOPB(fs);
lfs_vfsops.c 1581 * LFS_INOPB(fs);
1834 for (i = 0; i < LFS_INOPB(fs); i++) {
lfs_accessors.h 1313 /* LFS_INOPB is the number of inodes in a secondary storage block. */
1314 #define LFS_INOPB(fs) (lfs_sb_getinopb(fs))
  /src/sbin/fsck_lfs/
segwrite.c 275 for (i = 0; i < LFS_INOPB(fs); ++i) {
289 iip = NTH_IINFO(fs, sp->segsum, sp->ninodes / LFS_INOPB(fs));
313 cdp = DINO_IN_BLOCK(fs, bp->b_data, sp->ninodes % LFS_INOPB(fs));
320 sp->idp = DINO_IN_BLOCK(fs, bp->b_data, sp->ninodes % LFS_INOPB(fs));
331 if (++sp->ninodes % LFS_INOPB(fs) == 0)
806 ninos = (lfs_ss_getninos(fs, ssp) + LFS_INOPB(fs) - 1) / LFS_INOPB(fs);
pass6.c 642 sup->su_ninos += howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs));
645 LFS_INOPB(fs)) *
649 for (i = 0; i < howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)); i++) {
652 inums = ecalloc(LFS_INOPB(fs) + 1, sizeof(*inums));
663 for (k = 0; k < LFS_INOPB(fs); k++) {
lfs.c 312 num = LFS_INOPB(fs);
806 nblocks = howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs));
829 i < lfs_ss_getnfinfo(fs, sp) || j < howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)); i++) {
834 LFS_INOPB(fs)));
841 while (j < howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)) && lfs_ii_getblock(fs, iip) == daddr) {
setup.c 273 bc = howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)) <<
334 pwarn("lfs_inopb = %lu\n", (unsigned long) lfs_sb_getinopb(fs));
  /src/libexec/lfs_cleanerd/
coalesce.c 129 for (i = 0; i < LFS_INOPB(fs); i++) {
  /src/usr.sbin/dumplfs/
dumplfs.c 366 for (i = LFS_INOPB(lfsp); i-- > 0; ) {
653 for (j = 0; i < lfs_ss_getninos(lfsp, sp) && j < LFS_INOPB(lfsp); j++, i++) {
955 for (i = 0; i < LFS_INOPB(lfsp); ++i) {
  /src/sbin/dump_lfs/
lfs_inode.c 345 num = LFS_INOPB(fs);

Completed in 26 milliseconds