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 261 fs/efs/inode.c (EFS_BLOCKSIZE / sizeof(efs_extent)); EFS_BLOCKSIZE 274 fs/efs/inode.c (EFS_BLOCKSIZE / sizeof(efs_extent)); EFS_BLOCKSIZE 276 fs/efs/inode.c (EFS_BLOCKSIZE / sizeof(efs_extent)); EFS_BLOCKSIZE 258 fs/efs/super.c if (!sb_set_blocksize(s, EFS_BLOCKSIZE)) { EFS_BLOCKSIZE 260 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 33 fs/efs/symlink.c memcpy(link, bh->b_data, (size > EFS_BLOCKSIZE) ? EFS_BLOCKSIZE : size); EFS_BLOCKSIZE 35 fs/efs/symlink.c if (size > EFS_BLOCKSIZE) { EFS_BLOCKSIZE 39 fs/efs/symlink.c memcpy(link + EFS_BLOCKSIZE, bh->b_data, size - EFS_BLOCKSIZE);