Searched refs:isofs_get_blocks (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/isofs/ |
| D | isofs.h | 123 extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long);
|
| D | compress.c | 84 haveblocks = isofs_get_blocks(inode, blocknum, bhs, needblocks); in zisofs_uncompress_block()
|
| D | inode.c | 1057 int isofs_get_blocks(struct inode *inode, sector_t iblock, in isofs_get_blocks() function 1158 ret = isofs_get_blocks(inode, iblock, &bh_result, 1); in isofs_get_block()
|