Home
last modified time | relevance | path

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

/linux-5.19.10/fs/hpfs/
Dbuffer.c14 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()
Dfile.c91 s = hpfs_search_hotfix_map(inode->i_sb, s); in hpfs_get_block()
112 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
140 s = hpfs_search_hotfix_map(sb, s); in hpfs_iomap_begin()
Dhpfs_fn.h224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);