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