Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddqblk_xfs.h63 __u64 d_icount; /* # inodes owned by the user */ member
/linux/fs/xfs/
H A Dxfs_dquot.c644 dqp->q_ino.count = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk()
685 ddqp->d_icount = cpu_to_be64(dqp->q_ino.count); in xfs_dquot_to_disk()
H A Dxfs_qm.c1053 ddq->d_icount = 0; in xfs_qm_reset_dqcounts()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1448 __be64 d_icount; /* inodes owned by the user */ member