Searched refs:nused (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
H A D | ifile.c | 171 u64 nused; nilfs_ifile_count_free_inodes() local 177 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count); nilfs_ifile_count_free_inodes() 178 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); nilfs_ifile_count_free_inodes() 180 *nfreeinodes = *nmaxinodes - nused; nilfs_ifile_count_free_inodes()
|
H A D | alloc.c | 436 * @nused: current number of used entries 439 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) nilfs_palloc_count_max_entries() argument 453 if (nused == nmax && nilfs_palloc_count_max_entries() 457 if (nused > nmax) nilfs_palloc_count_max_entries()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_da_format.c | 664 to->nused = be32_to_cpu(from->hdr.nused); xfs_dir2_free_hdr_from_disk() 678 to->hdr.nused = cpu_to_be32(from->nused); xfs_dir2_free_hdr_to_disk() 691 to->nused = be32_to_cpu(hdr3->nused); xfs_dir3_free_hdr_from_disk() 708 hdr3->nused = cpu_to_be32(from->nused); xfs_dir3_free_hdr_to_disk()
|
H A D | xfs_da_format.h | 529 __be32 nused; /* count of used entries */ member in struct:xfs_dir2_free_hdr 542 __be32 nused; /* count of used entries */ member in struct:xfs_dir3_free_hdr 563 __uint32_t nused; member in struct:xfs_dir3_icfree_hdr
|
H A D | xfs_dir2_node.c | 344 freehdr.nused = n; xfs_dir2_leaf_to_node() 1092 freehdr.nused--; xfs_dir3_data_block_free() 1121 if (!freehdr.nused) { xfs_dir3_data_block_free() 1905 * Tag new entry so nused will go up. xfs_dir2_node_addname_int() 1914 freehdr.nused++; xfs_dir2_node_addname_int() 2253 if (freehdr.nused > 0) { xfs_dir2_node_trim_free()
|
/linux-4.1.27/kernel/ |
H A D | kprobes.c | 103 int nused; member in struct:kprobe_insn_page 155 if (kip->nused < slots_per_page(c)) { __get_insn_slot() 160 kip->nused++; __get_insn_slot() 165 /* kip->nused is broken. Fix it. */ __get_insn_slot() 166 kip->nused = slots_per_page(c); __get_insn_slot() 193 kip->nused = 1; __get_insn_slot() 207 kip->nused--; collect_one_slot() 208 if (kip->nused == 0) { collect_one_slot()
|
/linux-4.1.27/net/mac80211/ |
H A D | debugfs_netdev.c | 263 return snprintf(buf, buflen, "request: %s\nused: %s\n", ieee80211_if_fmt_smps() 267 return snprintf(buf, buflen, "request: %s\nused: %s\n", ieee80211_if_fmt_smps()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | ubi-media.h | 467 /* ubi_fm_scan_pool is followed by nfree+nused struct ubi_fm_ec records */
|
Completed in 259 milliseconds