Searched refs:BLOCK_SIZE (Results 1 – 13 of 13) sorted by relevance
37 #define BLOCK_SIZE 512 macro76 pad = BLOCK_SIZE; in main()123 size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1); in main()126 bb[60] = size / BLOCK_SIZE; /* count */ in main()
85 enum { TRIALS = 1000, BLOCKS = 128, BLOCK_SIZE = 64 }; in main() enumerator87 uint8_t output1[BLOCK_SIZE * BLOCKS], output2[BLOCK_SIZE * BLOCKS]; in main()104 __arch_chacha20_blocks_nostack(output2 + split * BLOCK_SIZE, key, counter2, BLOCKS - split); in main()
10 #define ROMBSIZE BLOCK_SIZE
29 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
141 off = isize & (BLOCK_SIZE - 1); in v1_check_quota_file()142 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % in v1_check_quota_file()
219 *blocksize = BLOCK_SIZE << shift_bits; in nilfs_get_blocksize()451 if (nilfs->ns_sbsize > BLOCK_SIZE) in nilfs_store_disk_layout()533 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()
33 #define BLOCK_SIZE 4096 macro
41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
202 bsize = sb_min_blocksize(sbp, BLOCK_SIZE); in vxfs_fill_super()
262 unsigned int blocksize = BLOCK_SIZE; in adfs_probe()
4449 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()