EFS_DIRBSIZE_BITS   39 fs/efs/dir.c   	block = filp->f_pos >> EFS_DIRBSIZE_BITS;
EFS_DIRBSIZE_BITS   79 fs/efs/dir.c   				filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot;
EFS_DIRBSIZE_BITS   97 fs/efs/dir.c   				filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot;
EFS_DIRBSIZE_BITS  108 fs/efs/dir.c   	filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot;
EFS_DIRBSIZE_BITS   80 fs/efs/efs.h   #define EFS_DIRBSIZE		(1 << EFS_DIRBSIZE_BITS)