Searched refs:BLOCK_SIZE (Results 1 – 12 of 12) sorted by relevance
85 sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv4()113 sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv2()206 sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2); in detect_sysv()256 sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2); in detect_coherent()374 sb_set_blocksize(sb, BLOCK_SIZE); in sysv_fill_super()417 sb_set_blocksize(sb, BLOCK_SIZE); in sysv_fill_super()
10 #define ROMBSIZE BLOCK_SIZE
29 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
33 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
171 sb->s_maxbytes > (7 + 512 + 512*512) * BLOCK_SIZE) in minix_check_superblock()196 if (!sb_set_blocksize(s, BLOCK_SIZE)) in minix_fill_super()668 stat->blocks = (BLOCK_SIZE / 512) * V1_minix_blocks(stat->size, sb); in minix_getattr()
140 off = isize & (BLOCK_SIZE - 1); in v1_check_quota_file()141 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % in v1_check_quota_file()
394 sb_set_blocksize(sb, BLOCK_SIZE); in adfs_fill_super()395 if (!(bh = sb_bread(sb, ADFS_DISCRECORD / BLOCK_SIZE))) { in adfs_fill_super()401 b_data = bh->b_data + (ADFS_DISCRECORD % BLOCK_SIZE); in adfs_fill_super()
249 blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size); in load_nilfs()410 if (nilfs->ns_sbsize > BLOCK_SIZE) in nilfs_store_disk_layout()490 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()671 blocksize = BLOCK_SIZE << le32_to_cpu(sbp->s_log_block_size); in init_nilfs()
849 int blocksize = BLOCK_SIZE; in ext2_fill_super()880 blocksize = sb_min_blocksize(sb, BLOCK_SIZE); in ext2_fill_super()890 if (blocksize != BLOCK_SIZE) { in ext2_fill_super()891 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize; in ext2_fill_super()892 offset = (sb_block*BLOCK_SIZE) % blocksize; in ext2_fill_super()987 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()1007 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize; in ext2_fill_super()1008 offset = (sb_block*BLOCK_SIZE) % blocksize; in ext2_fill_super()
231 bsize = sb_min_blocksize(sbp, BLOCK_SIZE); in vxfs_fill_super()
2093 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()3767 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()4084 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_fill_super()