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