Home
last modified time | relevance | path

Searched refs:ISOFS_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/isofs/
H A Dnamei.c53 unsigned long bufsize = ISOFS_BUFFER_SIZE(dir); in isofs_find_entry()
H A Ddir.c89 unsigned long bufsize = ISOFS_BUFFER_SIZE(inode); in do_isofs_readdir()
H A Dcompress.c46 unsigned int bufsize = ISOFS_BUFFER_SIZE(inode); in zisofs_uncompress_block()
/linux/include/uapi/linux/
H A Diso_fs.h163 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize) macro