Searched refs:EFS_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
23 if (size > 2 * EFS_BLOCKSIZE) in efs_symlink_readpage()32 memcpy(link, bh->b_data, (size > EFS_BLOCKSIZE) ? EFS_BLOCKSIZE : size); in efs_symlink_readpage()34 if (size > EFS_BLOCKSIZE) { in efs_symlink_readpage()38 memcpy(link + EFS_BLOCKSIZE, bh->b_data, size - EFS_BLOCKSIZE); in efs_symlink_readpage()
142 s->s_blocksize = EFS_BLOCKSIZE; in efs_read_super()145 if( set_blocksize(dev, EFS_BLOCKSIZE) < 0) in efs_read_super()148 EFS_BLOCKSIZE); in efs_read_super()212 buf->f_bsize = EFS_BLOCKSIZE; /* blocksize */ in efs_statfs()219 (EFS_BLOCKSIZE / sizeof(struct efs_dinode)); in efs_statfs()
70 (EFS_BLOCKSIZE / sizeof(struct efs_dinode)); in efs_read_inode()77 (EFS_BLOCKSIZE / sizeof(struct efs_dinode))) * in efs_read_inode()254 (EFS_BLOCKSIZE / sizeof(efs_extent)); in efs_map_block()267 (EFS_BLOCKSIZE / sizeof(efs_extent)); in efs_map_block()269 (EFS_BLOCKSIZE / sizeof(efs_extent)); in efs_map_block()
28 #define EFS_BLOCKSIZE (1 << EFS_BLOCKSIZE_BITS) macro