Searched refs:nused (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/nilfs2/
H A Difile.c160 u64 nused; local
166 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count);
167 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes);
169 *nfreeinodes = *nmaxinodes - nused;
H A Dalloc.c466 * @nused: current number of used entries
469 int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp) argument
483 if (nused == nmax &&
487 if (nused > nmax)
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h489 __be32 nused; /* count of used entries */ member in struct:xfs_dir2_free_hdr
502 __be32 nused; /* count of used entries */ member in struct:xfs_dir3_free_hdr
H A Dxfs_dir2_node.c196 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused))
207 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused))
258 to->nused = be32_to_cpu(from3->hdr.nused);
266 to->nused = be32_to_cpu(from->hdr.nused);
287 to3->hdr.nused = cpu_to_be32(from->nused);
294 to->hdr.nused = cpu_to_be32(from->nused);
[all...]
H A Dxfs_dir2_priv.h33 uint32_t nused; member in struct:xfs_dir3_icfree_hdr
/linux-master/kernel/
H A Dkprobes.c93 int nused; member in struct:kprobe_insn_page
154 if (kip->nused < slots_per_page(c)) {
160 kip->nused++;
166 /* kip->nused is broken. Fix it. */
167 kip->nused = slots_per_page(c);
190 kip->nused = 1;
208 kip->nused--;
209 if (kip->nused == 0) {
/linux-master/fs/xfs/scrub/
H A Ddir.c610 if (freehdr.nused + stale != freehdr.nvalid)

Completed in 116 milliseconds