Home
last modified time | relevance | path

Searched refs:hpfs_search_hotfix_map (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/hpfs/
Dbuffer.c13 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map() function
81 *bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno)); in hpfs_map_sector()
101 if ((*bhp = bh = sb_getblk(s, hpfs_search_hotfix_map(s, secno))) != NULL) { in hpfs_get_sector()
Dfile.c88 s = hpfs_search_hotfix_map(inode->i_sb, s); in hpfs_get_block()
109 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
Dhpfs_fn.h224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);