Home
last modified time | relevance | path

Searched refs:V2_minix_get_block (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/minix/
Ditree_v2.c61 int V2_minix_get_block(struct inode * inode, long block, in V2_minix_get_block() function
Dminix.h62 extern int V2_minix_get_block(struct inode *, long, struct buffer_head *, int);
Dinode.c401 return V2_minix_get_block(inode, block, bh_result, create); in minix_get_block()