Searched refs:q_res_icount (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_trans_dquot.c484 dqp->q_res_icount -= (xfs_qcnt_t)
489 dqp->q_res_icount +=
495 ASSERT(dqp->q_res_icount >=
554 dqp->q_res_icount -=
706 dqp->q_res_icount += (xfs_qcnt_t)ninos;
729 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount));
H A Dxfs_dquot.h65 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ member in struct:xfs_dquot
H A Dxfs_dquot.c119 dqp->q_res_icount = 0;
624 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
H A Dxfs_qm.c1562 dqp->q_res_icount++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_trans_dquot.c484 dqp->q_res_icount -= (xfs_qcnt_t)
489 dqp->q_res_icount +=
495 ASSERT(dqp->q_res_icount >=
554 dqp->q_res_icount -=
706 dqp->q_res_icount += (xfs_qcnt_t)ninos;
729 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount));
H A Dxfs_dquot.h65 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ member in struct:xfs_dquot
H A Dxfs_dquot.c119 dqp->q_res_icount = 0;
624 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
H A Dxfs_qm.c1562 dqp->q_res_icount++;

Completed in 132 milliseconds