Searched refs:nused (Results 1 – 7 of 7) sorted by relevance
155 u64 nused; in nilfs_ifile_count_free_inodes() local161 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count); 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()
543 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) in nilfs_palloc_count_max_entries() argument557 if (nused == nmax && in nilfs_palloc_count_max_entries()561 if (nused > nmax) in nilfs_palloc_count_max_entries()
196 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused)) in xfs_dir3_free_header_check()207 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused)) in xfs_dir3_free_header_check()259 to->nused = be32_to_cpu(from3->hdr.nused); in xfs_dir2_free_hdr_from_disk()267 to->nused = be32_to_cpu(from->hdr.nused); in xfs_dir2_free_hdr_from_disk()288 to3->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()295 to->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()471 freehdr.nused = n; in xfs_dir2_leaf_to_node()1214 freehdr.nused--; in xfs_dir3_data_block_free()1243 if (!freehdr.nused) { in xfs_dir3_data_block_free()1786 hdr->nused++; in xfs_dir2_node_add_datablk()[all …]
489 __be32 nused; /* count of used entries */ member502 __be32 nused; /* count of used entries */ member
33 uint32_t nused; member
94 int nused; member150 if (kip->nused < slots_per_page(c)) { in __get_insn_slot()156 kip->nused++; in __get_insn_slot()161 kip->nused = slots_per_page(c); in __get_insn_slot()181 kip->nused = 1; in __get_insn_slot()197 kip->nused--; in collect_one_slot()198 if (kip->nused != 0) in collect_one_slot()
777 if (freehdr.nused + stale != freehdr.nvalid) in xchk_directory_free_bestfree()