Home
last modified time | relevance | path

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

/fs/nilfs2/
A Difile.c153 u64 *nmaxinodes, u64 *nfreeinodes) in nilfs_ifile_count_free_inodes() argument
158 *nmaxinodes = 0; in nilfs_ifile_count_free_inodes()
162 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); in nilfs_ifile_count_free_inodes()
164 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
A Dsuper.c624 u64 nmaxinodes, nfreeinodes; in nilfs_statfs() local
650 &nmaxinodes, &nfreeinodes); in nilfs_statfs()
660 nmaxinodes = atomic64_read(&root->inodes_count); in nilfs_statfs()
673 buf->f_files = nmaxinodes; in nilfs_statfs()

Completed in 5 milliseconds