EFS_DIRBSIZE_BITS   34 fs/efs/dir.c   	block = ctx->pos >> EFS_DIRBSIZE_BITS;
EFS_DIRBSIZE_BITS   81 fs/efs/dir.c   			ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot;
EFS_DIRBSIZE_BITS  101 fs/efs/dir.c   	ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot;
EFS_DIRBSIZE_BITS   87 fs/efs/efs.h   #define EFS_DIRBSIZE		(1 << EFS_DIRBSIZE_BITS)