Searched refs:n_secs (Results 1 – 1 of 1) sorted by relevance
41 static secno hpfs_bmap(struct inode *inode, unsigned file_secno, unsigned *n_secs) in hpfs_bmap() argument50 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()61 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()64 *n_secs = 1; in hpfs_bmap()85 unsigned n_secs; in hpfs_get_block() local87 s = hpfs_bmap(inode, iblock, &n_secs); in hpfs_get_block()89 if (bh_result->b_size >> 9 < n_secs) in hpfs_get_block()90 n_secs = bh_result->b_size >> 9; in hpfs_get_block()91 n_secs = hpfs_search_hotfix_map_for_range(inode->i_sb, s, n_secs); in hpfs_get_block()92 if (unlikely(!n_secs)) { in hpfs_get_block()[all …]