nused             468 fs/nilfs2/alloc.c int nilfs_palloc_count_max_entries(struct inode *inode, u64 nused, u64 *nmaxp)
nused             482 fs/nilfs2/alloc.c 	if (nused == nmax &&
nused             486 fs/nilfs2/alloc.c 	if (nused > nmax)
nused             159 fs/nilfs2/ifile.c 	u64 nused;
nused             165 fs/nilfs2/ifile.c 	nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count);
nused             166 fs/nilfs2/ifile.c 	err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes);
nused             168 fs/nilfs2/ifile.c 		*nfreeinodes = *nmaxinodes - nused;
nused             644 fs/xfs/libxfs/xfs_da_format.c 	to->nused = be32_to_cpu(from->hdr.nused);
nused             658 fs/xfs/libxfs/xfs_da_format.c 	to->hdr.nused = cpu_to_be32(from->nused);
nused             671 fs/xfs/libxfs/xfs_da_format.c 	to->nused = be32_to_cpu(hdr3->nused);
nused             688 fs/xfs/libxfs/xfs_da_format.c 	hdr3->nused = cpu_to_be32(from->nused);
nused             498 fs/xfs/libxfs/xfs_da_format.h 	__be32			nused;		/* count of used entries */
nused             511 fs/xfs/libxfs/xfs_da_format.h 	__be32			nused;		/* count of used entries */
nused             532 fs/xfs/libxfs/xfs_da_format.h 	uint32_t	nused;
nused             177 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused))
nused             186 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused))
nused             394 fs/xfs/libxfs/xfs_dir2_node.c 	freehdr.nused = n;
nused            1140 fs/xfs/libxfs/xfs_dir2_node.c 	freehdr.nused--;
nused            1169 fs/xfs/libxfs/xfs_dir2_node.c 	if (!freehdr.nused) {
nused            1719 fs/xfs/libxfs/xfs_dir2_node.c 		freehdr.nused++;
nused            2278 fs/xfs/libxfs/xfs_dir2_node.c 	if (freehdr.nused > 0) {
nused             616 fs/xfs/scrub/dir.c 	if (freehdr.nused + stale != freehdr.nvalid)
nused              87 kernel/kprobes.c 	int nused;
nused             141 kernel/kprobes.c 		if (kip->nused < slots_per_page(c)) {
nused             146 kernel/kprobes.c 					kip->nused++;
nused             153 kernel/kprobes.c 			kip->nused = slots_per_page(c);
nused             181 kernel/kprobes.c 	kip->nused = 1;
nused             195 kernel/kprobes.c 	kip->nused--;
nused             196 kernel/kprobes.c 	if (kip->nused == 0) {