Searched refs:V2_minix_get_block (Results 1 – 3 of 3) sorted by relevance
61 int V2_minix_get_block(struct inode * inode, long block, in V2_minix_get_block() function
62 extern int V2_minix_get_block(struct inode *, long, struct buffer_head *, int);
401 return V2_minix_get_block(inode, block, bh_result, create); in minix_get_block()