Home
last modified time | relevance | path

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

/linux-4.4.14/fs/efs/
Ddir.c33 block = ctx->pos >> EFS_DIRBSIZE_BITS; in efs_readdir()
80 ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
100 ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
Defs.h85 #define EFS_DIRBSIZE_BITS EFS_BLOCKSIZE_BITS macro
86 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)