Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Difile.c156 u64 nused; in nilfs_ifile_count_free_inodes() local
162 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count); in nilfs_ifile_count_free_inodes()
163 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); in nilfs_ifile_count_free_inodes()
165 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
H A Dalloc.c472 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) in nilfs_palloc_count_max_entries() argument
486 if (nused == nmax && in nilfs_palloc_count_max_entries()
490 if (nused > nmax) in nilfs_palloc_count_max_entries()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_node.c195 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused)) in xfs_dir3_free_header_check()
206 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused)) in xfs_dir3_free_header_check()
256 to->nused = be32_to_cpu(from3->hdr.nused); in xfs_dir2_free_hdr_from_disk()
264 to->nused = be32_to_cpu(from->hdr.nused); in xfs_dir2_free_hdr_from_disk()
285 to3->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()
292 to->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()
464 freehdr.nused = n; in xfs_dir2_leaf_to_node()
1204 freehdr.nused--; in xfs_dir3_data_block_free()
1233 if (!freehdr.nused) { in xfs_dir3_data_block_free()
1774 hdr->nused++; in xfs_dir2_node_add_datablk()
[all …]
H A Dxfs_da_format.h478 __be32 nused; /* count of used entries */ member
491 __be32 nused; /* count of used entries */ member
H A Dxfs_dir2_priv.h33 uint32_t nused; member
/openbmc/linux/kernel/
H A Dkprobes.c93 int nused; member
154 if (kip->nused < slots_per_page(c)) { in __get_insn_slot()
160 kip->nused++; in __get_insn_slot()
167 kip->nused = slots_per_page(c); in __get_insn_slot()
190 kip->nused = 1; in __get_insn_slot()
208 kip->nused--; in collect_one_slot()
209 if (kip->nused == 0) { in collect_one_slot()
/openbmc/qemu/hw/usb/
H A Dbus.c436 bus->nused++; in usb_claim_port()
448 bus->nused--; in usb_release_port()
/openbmc/qemu/include/hw/
H A Dusb.h485 int nused; member
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c608 if (freehdr.nused + stale != freehdr.nvalid) in xchk_directory_free_bestfree()