Home
last modified time | relevance | path

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

/Linux-v5.10/fs/hpfs/
Dfile.c48 if (n < hpfs_inode->i_n_secs) { in hpfs_bmap()
49 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
57 if (n < hpfs_inode->i_n_secs) { in hpfs_bmap()
58 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
70 hpfs_i(i)->i_n_secs = 0; in hpfs_truncate()
75 hpfs_i(i)->i_n_secs = 0; in hpfs_truncate()
Dhpfs_fn.h54 unsigned i_n_secs; /* (files) minimalist cache of alloc info */ member
Dinode.c26 hpfs_inode->i_n_secs = 0; in hpfs_init_inode()
Danode.c49 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup()