taglinefilesource code
minix_getblk121fs/minix/file.c*bhb = minix_getblk(inode, block++, 0);
minix_getblk212fs/minix/file.cbh = minix_getblk(inode,pos/BLOCK_SIZE,1);
minix_getblk304fs/minix/inode.cbh = minix_getblk(inode,block,create);
minix_getblk97include/linux/minix_fs.hextern struct buffer_head * minix_getblk(struct inode *, int, int);