hpfs_search_hotfix_map   82 fs/hpfs/buffer.c 	*bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno));
hpfs_search_hotfix_map  102 fs/hpfs/buffer.c 	if ((*bhp = bh = sb_getblk(s, hpfs_search_hotfix_map(s, secno))) != NULL) {
hpfs_search_hotfix_map   89 fs/hpfs/file.c 			s = hpfs_search_hotfix_map(inode->i_sb, s);
hpfs_search_hotfix_map  110 fs/hpfs/file.c 	map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s));
hpfs_search_hotfix_map  224 fs/hpfs/hpfs_fn.h secno hpfs_search_hotfix_map(struct super_block *s, secno sec);