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

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

Completed in 123 milliseconds