Searched refs:hpfs_search_hotfix_map_for_range (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/hpfs/ |
H A D | buffer.c | 26 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range() function 46 if (unlikely(hpfs_search_hotfix_map_for_range(s, secno, n) != n)) in hpfs_prefetch_sectors()
|
H A D | file.c | 89 n_secs = hpfs_search_hotfix_map_for_range(inode->i_sb, s, n_secs); in hpfs_get_block() 137 n_secs = hpfs_search_hotfix_map_for_range(sb, s, in hpfs_iomap_begin()
|
H A D | hpfs_fn.h | 225 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n);
|