q_res_bcount      506 fs/xfs/xfs_dquot.c 	dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
q_res_bcount       44 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_res_bcount;	/* total regular nblks used+reserved */
q_res_bcount      137 fs/xfs/xfs_dquot.h 	freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount;
q_res_bcount      330 fs/xfs/xfs_iomap.c 	if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark)
q_res_bcount      349 fs/xfs/xfs_iomap.c 	if (!dq || dq->q_res_bcount >= dq->q_prealloc_hi_wmark) {
q_res_bcount      355 fs/xfs/xfs_iomap.c 	freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount;
q_res_bcount     1088 fs/xfs/xfs_qm.c 		dqp->q_res_bcount += nblks;
q_res_bcount       32 fs/xfs/xfs_qm_bhv.c 			(statp->f_blocks > dqp->q_res_bcount) ?
q_res_bcount       33 fs/xfs/xfs_qm_bhv.c 			 (statp->f_blocks - dqp->q_res_bcount) : 0;
q_res_bcount      624 fs/xfs/xfs_qm_syscalls.c 	dst->d_space = XFS_FSB_TO_B(mp, dqp->q_res_bcount);
q_res_bcount      876 fs/xfs/xfs_trace.h 		__entry->res_bcount = dqp->q_res_bcount;
q_res_bcount      412 fs/xfs/xfs_trans_dquot.c 						dqp->q_res_bcount -= (xfs_qcnt_t)
q_res_bcount      416 fs/xfs/xfs_trans_dquot.c 						dqp->q_res_bcount -= (xfs_qcnt_t)
q_res_bcount      429 fs/xfs/xfs_trans_dquot.c 					dqp->q_res_bcount +=
q_res_bcount      470 fs/xfs/xfs_trans_dquot.c 			ASSERT(dqp->q_res_bcount >=
q_res_bcount      519 fs/xfs/xfs_trans_dquot.c 				dqp->q_res_bcount -=
q_res_bcount      606 fs/xfs/xfs_trans_dquot.c 		resbcountp = &dqp->q_res_bcount;
q_res_bcount      703 fs/xfs/xfs_trans_dquot.c 	ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount));