Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hpfs/
Dfile.c38 static secno hpfs_bmap(struct inode *inode, unsigned file_secno, unsigned *n_secs) in hpfs_bmap() argument
47 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
56 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
59 *n_secs = 1; in hpfs_bmap()
80 unsigned n_secs; in hpfs_get_block() local
82 s = hpfs_bmap(inode, iblock, &n_secs); in hpfs_get_block()
84 if (bh_result->b_size >> 9 < n_secs) in hpfs_get_block()
85 n_secs = bh_result->b_size >> 9; in hpfs_get_block()
87 bh_result->b_size = n_secs << 9; in hpfs_get_block()