Home
last modified time | relevance | path

Searched refs:d_icount (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h63 __u64 d_icount; /* # inodes owned by the user */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dquot_buf.c91 be64_to_cpu(ddq->d_icount) > be64_to_cpu(ddq->d_ino_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1287 __be64 d_icount; /* inodes owned by the user */ member
/linux-6.12.1/fs/xfs/
Dxfs_dquot.c613 dqp->q_ino.count = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk()
654 ddqp->d_icount = cpu_to_be64(dqp->q_ino.count); in xfs_dquot_to_disk()
Dxfs_qm.c893 ddq->d_icount = 0; in xfs_qm_reset_dqcounts()
/linux-6.12.1/fs/xfs/scrub/
Dquota_repair.c361 ddq->d_icount, &ddq->d_itimer, in xrep_quota_block()
/linux-6.12.1/fs/quota/
Dquota.c554 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()