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

/linux-master/include/uapi/linux/
H A Ddqblk_xfs.h62 __u64 d_bcount; /* # disk blocks owned by the user */ member in struct:fs_disk_quota
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c86 be64_to_cpu(ddq->d_bcount) > be64_to_cpu(ddq->d_blk_softlimit) &&
H A Dxfs_format.h1277 __be64 d_bcount; /* disk blocks owned by the user */ member in struct:xfs_disk_dquot
/linux-master/fs/xfs/
H A Dxfs_dquot.c616 dqp->q_blk.count = be64_to_cpu(ddqp->d_bcount);
657 ddqp->d_bcount = cpu_to_be64(dqp->q_blk.count);
H A Dxfs_qm.c887 ddq->d_bcount = 0;
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c360 ddq->d_bcount, &ddq->d_btimer,
/linux-master/fs/quota/
H A Dquota.c553 dst->d_space = quota_bbtob(src->d_bcount);
689 dst->d_bcount = quota_btobb(src->d_space);

Completed in 678 milliseconds