Searched refs:isofs_get_blocks (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/isofs/ |
D | isofs.h | 122 extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long);
|
D | compress.c | 89 haveblocks = isofs_get_blocks(inode, blocknum, bhs, needblocks); in zisofs_uncompress_block()
|
D | inode.c | 1054 int isofs_get_blocks(struct inode *inode, sector_t iblock, in isofs_get_blocks() function 1155 ret = isofs_get_blocks(inode, iblock, &bh_result, 1); in isofs_get_block()
|