Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Difile.c171 u64 nused; in nilfs_ifile_count_free_inodes() local
177 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()
Dalloc.c478 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) in nilfs_palloc_count_max_entries() argument
492 if (nused == nmax && in nilfs_palloc_count_max_entries()
496 if (nused > nmax) in nilfs_palloc_count_max_entries()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.c664 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()
Dxfs_da_format.h529 __be32 nused; /* count of used entries */ member
542 __be32 nused; /* count of used entries */ member
563 __uint32_t nused; member
Dxfs_dir2_node.c348 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()
/linux-4.4.14/kernel/
Dkprobes.c103 int nused; member
155 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()