Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota.c193 dst->dqb_curinodes = src->d_ino_count; in copy_to_if_dqblk()
256 dst->d_ino_count = src->dqb_curinodes; in copy_from_if_dqblk()
507 dst->d_ino_count = src->d_icount; in copy_from_xfs_dqblk()
624 dst->d_icount = src->d_ino_count; in copy_to_xfs_dqblk()
Ddquot.c2705 di->d_ino_count = dm->dqb_curinodes; in do_get_dqblk()
2789 dm->dqb_curinodes = di->d_ino_count; in do_set_dqblk()
/linux-4.19.296/fs/xfs/
Dxfs_qm_syscalls.c630 dst->d_ino_count = dqp->q_res_icount; in xfs_qm_scall_getquota_fill_qc()
668 if ((dst->d_ino_count > dst->d_ino_softlimit) && in xfs_qm_scall_getquota_fill_qc()
/linux-4.19.296/include/linux/
Dquota.h350 u64 d_ino_count; /* # inodes owned by the user */ member