tag | line | file | source code |
---|---|---|---|
NAMEI_RA_BLOCKS | 38 | fs/ext2/namei.c | #define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) |
NAMEI_RA_BLOCKS | 39 | fs/ext2/namei.c | #define NAMEI_RA_INDEX(c,b) (((c) * NAMEI_RA_BLOCKS) + (b)) |
NAMEI_RA_BLOCKS | 109 | fs/ext2/namei.c | if ((block % NAMEI_RA_BLOCKS) == 0 && toread) { |