Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_qm_syscalls.c409 dst->d_ino_count = dqp->q_ino.reserved; in xfs_qm_scall_getquota_fill_qc()
437 if ((dst->d_ino_count > dqp->q_ino.softlimit) && in xfs_qm_scall_getquota_fill_qc()
/linux/include/linux/
H A Dquota.h352 u64 d_ino_count; /* # inodes owned by the user */ member
/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()