Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hpfs/
Dfile.c46 if (n < hpfs_inode->i_n_secs) { in hpfs_bmap()
47 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
55 if (n < hpfs_inode->i_n_secs) { in hpfs_bmap()
56 *n_secs = hpfs_inode->i_n_secs - n; in hpfs_bmap()
68 hpfs_i(i)->i_n_secs = 0; in hpfs_truncate()
73 hpfs_i(i)->i_n_secs = 0; in hpfs_truncate()
Dhpfs_fn.h52 unsigned i_n_secs; /* (files) minimalist cache of alloc info */ member
Dinode.c25 hpfs_inode->i_n_secs = 0; in hpfs_init_inode()
Danode.c48 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup()