Searched refs:nused (Results 1 – 6 of 6) sorted by relevance
171 u64 nused; in nilfs_ifile_count_free_inodes() local177 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count); in nilfs_ifile_count_free_inodes()178 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); in nilfs_ifile_count_free_inodes()180 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
478 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) in nilfs_palloc_count_max_entries() argument492 if (nused == nmax && in nilfs_palloc_count_max_entries()496 if (nused > nmax) in nilfs_palloc_count_max_entries()
664 to->nused = be32_to_cpu(from->hdr.nused); in xfs_dir2_free_hdr_from_disk()678 to->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()691 to->nused = be32_to_cpu(hdr3->nused); in xfs_dir3_free_hdr_from_disk()708 hdr3->nused = cpu_to_be32(from->nused); in xfs_dir3_free_hdr_to_disk()
529 __be32 nused; /* count of used entries */ member542 __be32 nused; /* count of used entries */ member563 __uint32_t nused; member
348 freehdr.nused = n; in xfs_dir2_leaf_to_node()1096 freehdr.nused--; in xfs_dir3_data_block_free()1125 if (!freehdr.nused) { in xfs_dir3_data_block_free()1917 freehdr.nused++; in xfs_dir2_node_addname_int()2256 if (freehdr.nused > 0) { in xfs_dir2_node_trim_free()
103 int nused; member155 if (kip->nused < slots_per_page(c)) { in __get_insn_slot()160 kip->nused++; in __get_insn_slot()166 kip->nused = slots_per_page(c); in __get_insn_slot()193 kip->nused = 1; in __get_insn_slot()207 kip->nused--; in collect_one_slot()208 if (kip->nused == 0) { in collect_one_slot()