EFS_DIRBSIZE       29 fs/efs/dir.c   	if (inode->i_size & (EFS_DIRBSIZE-1))
EFS_DIRBSIZE       84 fs/efs/dir.c   			if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) {
EFS_DIRBSIZE      106 fs/efs/efs.h   	unsigned char	space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
EFS_DIRBSIZE      110 fs/efs/efs.h   	((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
EFS_DIRBSIZE       27 fs/efs/namei.c 	if (inode->i_size & (EFS_DIRBSIZE-1))