Home
last modified time | relevance | path

Searched refs:EFS_DIRBSIZE_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/efs/
H A Ddir.c34 block = ctx->pos >> EFS_DIRBSIZE_BITS; in efs_readdir()
81 ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
101 ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
H A Defs.h86 #define EFS_DIRBSIZE_BITS EFS_BLOCKSIZE_BITS macro
87 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
/kernel/linux/linux-6.6/fs/efs/
H A Ddir.c34 block = ctx->pos >> EFS_DIRBSIZE_BITS; in efs_readdir()
81 ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
101 ctx->pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
H A Defs.h83 #define EFS_DIRBSIZE_BITS EFS_BLOCKSIZE_BITS macro
84 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)

Completed in 2 milliseconds