q_res_icount      507 fs/xfs/xfs_dquot.c 	dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
q_res_icount       45 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_res_icount;	/* total inos allocd+reserved */
q_res_icount     1085 fs/xfs/xfs_qm.c 	dqp->q_res_icount++;
q_res_icount       42 fs/xfs/xfs_qm_bhv.c 			(statp->f_files > dqp->q_res_icount) ?
q_res_icount       43 fs/xfs/xfs_qm_bhv.c 			 (statp->f_files - dqp->q_res_icount) : 0;
q_res_icount      625 fs/xfs/xfs_qm_syscalls.c 	dst->d_ino_count = dqp->q_res_icount;
q_res_icount      461 fs/xfs/xfs_trans_dquot.c 					dqp->q_res_icount -= (xfs_qcnt_t)
q_res_icount      466 fs/xfs/xfs_trans_dquot.c 					dqp->q_res_icount +=
q_res_icount      472 fs/xfs/xfs_trans_dquot.c 			ASSERT(dqp->q_res_icount >=
q_res_icount      527 fs/xfs/xfs_trans_dquot.c 				dqp->q_res_icount -=
q_res_icount      682 fs/xfs/xfs_trans_dquot.c 		dqp->q_res_icount += (xfs_qcnt_t)ninos;
q_res_icount      705 fs/xfs/xfs_trans_dquot.c 	ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount));