Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/fs/sysv/
Dsuper.c85 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()
/linux-4.19.296/include/uapi/linux/
Dromfs_fs.h10 #define ROMBSIZE BLOCK_SIZE
Dminix_fs.h29 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
Dfs.h33 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
/linux-4.19.296/fs/minix/
Ditree_v1.c34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
Dinode.c171 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()
/linux-4.19.296/fs/quota/
Dquota_v1.c140 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()
/linux-4.19.296/fs/adfs/
Dsuper.c394 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()
/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.c249 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()
/linux-4.19.296/fs/ext2/
Dsuper.c849 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()
/linux-4.19.296/fs/freevxfs/
Dvxfs_super.c231 bsize = sb_min_blocksize(sbp, BLOCK_SIZE); in vxfs_fill_super()
/linux-4.19.296/fs/ext4/
Dsuper.c2093 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()