Home
last modified time | relevance | path

Searched refs:nused (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Difile.c159 u64 nused; in nilfs_ifile_count_free_inodes() local
165 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count); 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()
Dalloc.c469 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) in nilfs_palloc_count_max_entries() argument
483 if (nused == nmax && in nilfs_palloc_count_max_entries()
487 if (nused > nmax) in nilfs_palloc_count_max_entries()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c647 to->nused = be32_to_cpu(from->hdr.nused); in xfs_dir2_free_hdr_from_disk()
661 to->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()
674 to->nused = be32_to_cpu(hdr3->nused); in xfs_dir3_free_hdr_from_disk()
691 hdr3->nused = cpu_to_be32(from->nused); in xfs_dir3_free_hdr_to_disk()
Dxfs_da_format.h498 __be32 nused; /* count of used entries */ member
511 __be32 nused; /* count of used entries */ member
532 uint32_t nused; member
Dxfs_dir2_node.c181 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused)) in xfs_dir3_free_header_check()
190 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused)) in xfs_dir3_free_header_check()
399 freehdr.nused = n; in xfs_dir2_leaf_to_node()
1146 freehdr.nused--; in xfs_dir3_data_block_free()
1175 if (!freehdr.nused) { in xfs_dir3_data_block_free()
1968 freehdr.nused++; in xfs_dir2_node_addname_int()
2314 if (freehdr.nused > 0) { in xfs_dir2_node_trim_free()
/linux-4.19.296/fs/xfs/scrub/
Ddir.c623 if (freehdr.nused + stale != freehdr.nvalid) in xchk_directory_free_bestfree()