Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota.c195 dst->dqb_curinodes = src->d_ino_count; in copy_to_if_dqblk()
268 dst->d_ino_count = src->dqb_curinodes; in copy_from_if_dqblk()
554 dst->d_ino_count = src->d_icount; in copy_from_xfs_dqblk()
690 dst->d_icount = src->d_ino_count; in copy_to_xfs_dqblk()
H A Ddquot.c2676 di->d_ino_count = dm->dqb_curinodes; in do_get_dqblk()
2761 dm->dqb_curinodes = di->d_ino_count; in do_set_dqblk()
/linux/include/linux/
H A Dquota.h352 u64 d_ino_count; /* # inodes owned by the user */ member