d_bcount          492 fs/quota/quota.c 	dst->d_space = quota_bbtob(src->d_bcount);
d_bcount          609 fs/quota/quota.c 	dst->d_bcount = quota_btobb(src->d_space);
d_bcount           77 fs/xfs/libxfs/xfs_dquot_buf.c 	    be64_to_cpu(ddq->d_bcount) > be64_to_cpu(ddq->d_blk_softlimit) &&
d_bcount         1160 fs/xfs/libxfs/xfs_format.h 	__be64		d_bcount;	/* disk blocks owned by the user */
d_bcount          147 fs/xfs/scrub/quota.c 	bcount = be64_to_cpu(d->d_bcount);
d_bcount          135 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_bcount) >
d_bcount          138 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_bcount) >
d_bcount          147 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_bcount) <=
d_bcount          150 fs/xfs/xfs_dquot.c 		    (be64_to_cpu(d->d_bcount) <=
d_bcount          506 fs/xfs/xfs_dquot.c 	dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
d_bcount          866 fs/xfs/xfs_qm.c 		ddq->d_bcount = 0;
d_bcount         1087 fs/xfs/xfs_qm.c 		be64_add_cpu(&dqp->q_core.d_bcount, nblks);
d_bcount           29 fs/xfs/xfs_qm.h 	!dqp->q_core.d_bcount && \
d_bcount          877 fs/xfs/xfs_trace.h 		__entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
d_bcount          365 fs/xfs/xfs_trans_dquot.c 				ASSERT(be64_to_cpu(d->d_bcount) >=
d_bcount          377 fs/xfs/xfs_trans_dquot.c 				be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta);
d_bcount          471 fs/xfs/xfs_trans_dquot.c 				be64_to_cpu(dqp->q_core.d_bcount));
d_bcount          703 fs/xfs/xfs_trans_dquot.c 	ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount));
d_bcount           62 include/uapi/linux/dqblk_xfs.h 	__u64		d_bcount;	/* # disk blocks owned by the user */