Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddqblk_xfs.h62 __u64 d_bcount; /* # disk blocks owned by the user */ member
/linux/fs/xfs/
H A Dxfs_dquot.c643 dqp->q_blk.count = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
684 ddqp->d_bcount = cpu_to_be64(dqp->q_blk.count); in xfs_dquot_to_disk()
H A Dxfs_qm.c1052 ddq->d_bcount = 0; in xfs_qm_reset_dqcounts()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1447 __be64 d_bcount; /* disk blocks owned by the user */ member