Searched refs:ISOFS_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
70 f_pos = (f_pos + ISOFS_BLOCK_SIZE) & ~(ISOFS_BLOCK_SIZE - 1); in isofs_find_entry()
123 ctx->pos = (ctx->pos + ISOFS_BLOCK_SIZE) & ~(ISOFS_BLOCK_SIZE - 1); in do_isofs_readdir()
161 #define ISOFS_BLOCK_SIZE 2048 macro