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

/linux-master/include/uapi/linux/
H A Ddqblk_xfs.h63 __u64 d_icount; /* # inodes owned by the user */ member in struct:fs_disk_quota
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c91 be64_to_cpu(ddq->d_icount) > be64_to_cpu(ddq->d_ino_softlimit) &&
H A Dxfs_format.h1278 __be64 d_icount; /* inodes owned by the user */ member in struct:xfs_disk_dquot
/linux-master/fs/xfs/
H A Dxfs_dquot.c617 dqp->q_ino.count = be64_to_cpu(ddqp->d_icount);
658 ddqp->d_icount = cpu_to_be64(dqp->q_ino.count);
H A Dxfs_qm.c888 ddq->d_icount = 0;
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c364 ddq->d_icount, &ddq->d_itimer,
/linux-master/fs/quota/
H A Dquota.c554 dst->d_ino_count = src->d_icount;
690 dst->d_icount = src->d_ino_count;

Completed in 154 milliseconds