taglinefilesource code
minix_getblk119fs/minix/file.c*bhb = minix_getblk(inode, block++, 0);
minix_getblk210fs/minix/file.cbh = minix_getblk(inode,pos/BLOCK_SIZE,1);
minix_getblk294fs/minix/inode.cbh = minix_getblk(inode,block,create);
minix_getblk69include/linux/minix_fs.hextern struct buffer_head * minix_getblk(struct inode *, int, int);