Home
last modified time | relevance | path

Searched refs:d_ino_count (Results 1 – 5 of 5) 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.c2673 di->d_ino_count = dm->dqb_curinodes; in do_get_dqblk()
2758 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
/linux/fs/xfs/
H A Dxfs_qm_syscalls.c409 dst->d_ino_count = dqp->q_ino.reserved; in xfs_qm_scall_getquota_fill_qc()
/linux/fs/bcachefs/
H A Dquota.c120 prt_printf(out, "d_ino_count\t%llu\n", q->d_ino_count); in qc_dqblk_to_text()
768 dst->d_ino_count = src->c[Q_INO].v; in __bch2_quota_get()