Home | History | Annotate | Download | only in fsdb

Lines Matching refs:fs_bsize

799 	    (int)sblock->fs_bsize);
802 sblock->fs_bsize / sizeof(uint32_t), wantedblk))
806 for (i = 0; i < sblock->fs_bsize / sizeof(uint32_t); i++) {
845 (int)sblock->fs_bsize);
848 sblock->fs_bsize / sizeof(uint64_t), wantedblk))
852 for (i = 0; i < sblock->fs_bsize / sizeof(uint64_t); i++) {
874 if (size > sblock->fs_bsize)
875 size = sblock->fs_bsize;
877 warnx("sblock->fs_bsize > MAX_BSIZE");
970 (int)sblock->fs_bsize);
999 (int)sblock->fs_bsize);