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