EFS_BLOCKSIZE      81 fs/efs/inode.c 		(EFS_BLOCKSIZE / sizeof(struct efs_dinode));
EFS_BLOCKSIZE      88 fs/efs/inode.c 			(EFS_BLOCKSIZE / sizeof(struct efs_dinode))) *
EFS_BLOCKSIZE     258 fs/efs/inode.c 				(EFS_BLOCKSIZE / sizeof(efs_extent));
EFS_BLOCKSIZE     272 fs/efs/inode.c 			(EFS_BLOCKSIZE / sizeof(efs_extent));
EFS_BLOCKSIZE     274 fs/efs/inode.c 			(EFS_BLOCKSIZE / sizeof(efs_extent));
EFS_BLOCKSIZE     264 fs/efs/super.c 	if (!sb_set_blocksize(s, EFS_BLOCKSIZE)) {
EFS_BLOCKSIZE     266 fs/efs/super.c 			EFS_BLOCKSIZE);
EFS_BLOCKSIZE     335 fs/efs/super.c 	buf->f_bsize   = EFS_BLOCKSIZE;		/* blocksize */
EFS_BLOCKSIZE     342 fs/efs/super.c 			(EFS_BLOCKSIZE / sizeof(struct efs_dinode));
EFS_BLOCKSIZE      24 fs/efs/symlink.c 	if (size > 2 * EFS_BLOCKSIZE)
EFS_BLOCKSIZE      32 fs/efs/symlink.c 	memcpy(link, bh->b_data, (size > EFS_BLOCKSIZE) ? EFS_BLOCKSIZE : size);
EFS_BLOCKSIZE      34 fs/efs/symlink.c 	if (size > EFS_BLOCKSIZE) {
EFS_BLOCKSIZE      38 fs/efs/symlink.c 		memcpy(link + EFS_BLOCKSIZE, bh->b_data, size - EFS_BLOCKSIZE);