Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Difile.c155 u64 nused; in nilfs_ifile_count_free_inodes() local
161 nused = atomic64_read(&NILFS_I(ifile)->i_root->inodes_count); in nilfs_ifile_count_free_inodes()
162 err = nilfs_palloc_count_max_entries(ifile, nused, nmaxinodes); in nilfs_ifile_count_free_inodes()
164 *nfreeinodes = *nmaxinodes - nused; in nilfs_ifile_count_free_inodes()
/linux/kernel/
H A Dkprobes.c94 int nused; member
154 if (kip->nused < slots_per_page(c)) { in __get_insn_slot()
160 kip->nused++; in __get_insn_slot()
165 kip->nused = slots_per_page(c); in __get_insn_slot()
185 kip->nused = 1; in __get_insn_slot()
201 kip->nused--; in collect_one_slot()
202 if (kip->nused != 0) in collect_one_slot()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h33 uint32_t nused; member