Home
last modified time | relevance | path

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

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