Home
last modified time | relevance | path

Searched refs:ISOFS_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/isofs/
H A Dnamei.c70 f_pos = (f_pos + ISOFS_BLOCK_SIZE) & ~(ISOFS_BLOCK_SIZE - 1); in isofs_find_entry()
H A Ddir.c123 ctx->pos = (ctx->pos + ISOFS_BLOCK_SIZE) & ~(ISOFS_BLOCK_SIZE - 1); in do_isofs_readdir()
/openbmc/linux/include/uapi/linux/
H A Diso_fs.h161 #define ISOFS_BLOCK_SIZE 2048 macro