Searched refs:n_secs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | file.c | 41 static secno hpfs_bmap(struct inode *inode, unsigned file_secno, unsigned *n_secs) in hpfs_bmap() argument 50 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap() 59 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap() 62 *n_secs = 1; in hpfs_bmap() 83 unsigned n_secs; in hpfs_get_block() local 85 s = hpfs_bmap(inode, iblock, &n_secs); in hpfs_get_block() 87 if (bh_result->b_size >> 9 < n_secs) in hpfs_get_block() 88 n_secs = bh_result->b_size >> 9; in hpfs_get_block() 89 n_secs = hpfs_search_hotfix_map_for_range(inode->i_sb, s, n_secs); in hpfs_get_block() 125 unsigned int n_secs; hpfs_iomap_begin() local [all...] |
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | file.c | 40 static secno hpfs_bmap(struct inode *inode, unsigned file_secno, unsigned *n_secs) in hpfs_bmap() argument 49 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap() 58 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap() 61 *n_secs = 1; in hpfs_bmap() 82 unsigned n_secs; in hpfs_get_block() local 84 s = hpfs_bmap(inode, iblock, &n_secs); in hpfs_get_block() 86 if (bh_result->b_size >> 9 < n_secs) in hpfs_get_block() 87 n_secs = bh_result->b_size >> 9; in hpfs_get_block() 88 n_secs = hpfs_search_hotfix_map_for_range(inode->i_sb, s, n_secs); in hpfs_get_block() [all...] |
Completed in 1 milliseconds