Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dfile.c50 *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
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()
90 if (unlikely(!n_secs)) { in hpfs_get_block()
92 n_secs = 1; in hpfs_get_block()
95 bh_result->b_size = n_secs << 9; in hpfs_get_block()
125 unsigned int n_secs; in hpfs_iomap_begin() local
139 if (unlikely(!n_secs)) { in hpfs_iomap_begin()
[all …]