Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Difile.c154 u64 *nmaxinodes, u64 *nfreeinodes) in nilfs_ifile_count_free_inodes() argument
160 *nfreeinodes = 0; in nilfs_ifile_count_free_inodes()
165 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
H A Dsuper.c635 u64 nmaxinodes, nfreeinodes; in nilfs_statfs() local
661 &nmaxinodes, &nfreeinodes); in nilfs_statfs()
672 nfreeinodes = 0; in nilfs_statfs()
685 buf->f_ffree = nfreeinodes; in nilfs_statfs()