Home
last modified time | relevance | path

Searched refs:EFS_DIRBSIZE_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/efs/
Ddir.c35 block = filp->f_pos >> EFS_DIRBSIZE_BITS; in efs_readdir()
75 filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
93 filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
104 filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
/linux-2.4.37.9/include/linux/
Defs_dir.h10 #define EFS_DIRBSIZE_BITS EFS_BLOCKSIZE_BITS macro
11 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)