Home
last modified time | relevance | path

Searched refs:nmaxinodes (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nilfs2/
H A Difile.c153 * @nmaxinodes: current maximum of available inodes count [out]
157 u64 *nmaxinodes, u64 *nfreeinodes) in nilfs_ifile_count_free_inodes()
162 *nmaxinodes = 0; in nilfs_ifile_count_free_inodes()
166 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); in nilfs_ifile_count_free_inodes()
168 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
156 nilfs_ifile_count_free_inodes(struct inode *ifile, u64 *nmaxinodes, u64 *nfreeinodes) nilfs_ifile_count_free_inodes() argument
H A Dsuper.c634 u64 nmaxinodes, nfreeinodes; in nilfs_statfs() local
660 &nmaxinodes, &nfreeinodes); in nilfs_statfs()
670 nmaxinodes = atomic64_read(&root->inodes_count); in nilfs_statfs()
683 buf->f_files = nmaxinodes; in nilfs_statfs()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Difile.c153 * @nmaxinodes: current maximum of available inodes count [out]
157 u64 *nmaxinodes, u64 *nfreeinodes) in nilfs_ifile_count_free_inodes()
162 *nmaxinodes = 0; in nilfs_ifile_count_free_inodes()
166 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); in nilfs_ifile_count_free_inodes()
168 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
156 nilfs_ifile_count_free_inodes(struct inode *ifile, u64 *nmaxinodes, u64 *nfreeinodes) nilfs_ifile_count_free_inodes() argument
H A Dsuper.c635 u64 nmaxinodes, nfreeinodes; in nilfs_statfs() local
661 &nmaxinodes, &nfreeinodes); in nilfs_statfs()
671 nmaxinodes = atomic64_read(&root->inodes_count); in nilfs_statfs()
684 buf->f_files = nmaxinodes; in nilfs_statfs()

Completed in 4 milliseconds