Searched refs:hpfs_search_hotfix_map (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | buffer.c | 14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map() function 82 *bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno)); in hpfs_map_sector() 102 if ((*bhp = bh = sb_getblk(s, hpfs_search_hotfix_map(s, secno))) != NULL) { in hpfs_get_sector()
|
D | file.c | 89 s = hpfs_search_hotfix_map(inode->i_sb, s); in hpfs_get_block() 110 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
|
D | hpfs_fn.h | 224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);
|