Home
last modified time | relevance | path

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

/linux-3.4.99/fs/minix/
Ditree_v1.c53 int V1_minix_get_block(struct inode * inode, long block, in V1_minix_get_block() function
Dminix.h61 extern int V1_minix_get_block(struct inode *, long, struct buffer_head *, int);
Dinode.c373 return V1_minix_get_block(inode, block, bh_result, create); in minix_get_block()