Home
last modified time | relevance | path

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

/linux-5.19.10/fs/hpfs/
Dfile.c49 if (n < hpfs_inode->i_n_secs) { in hpfs_bmap()
50 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
58 if (n < hpfs_inode->i_n_secs) { in hpfs_bmap()
59 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
71 hpfs_i(i)->i_n_secs = 0; in hpfs_truncate()
76 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()