Home
last modified time | relevance | path

Searched refs:EFS_DIRBSIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Defs_dir.h11 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS) macro
30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
34 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
/linux-2.4.37.9/fs/efs/
Ddir.c31 if (inode->i_size & (EFS_DIRBSIZE-1)) in efs_readdir()
81 if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) { in efs_readdir()
Dnamei.c22 if (inode->i_size & (EFS_DIRBSIZE-1)) in efs_find_entry()