Searched refs:delblksgdq (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm.c | 2627 xfs_dquot_t *unresudq, *unresgdq, *delblksudq, *delblksgdq; in xfs_qm_vop_chown_reserve() local 2634 delblksudq = delblksgdq = unresudq = unresgdq = NULL; in xfs_qm_vop_chown_reserve() 2651 delblksgdq = gdqp; in xfs_qm_vop_chown_reserve() 2659 delblksudq, delblksgdq, ip->i_d.di_nblocks, 1, in xfs_qm_vop_chown_reserve() 2673 ASSERT(delblksudq || delblksgdq); in xfs_qm_vop_chown_reserve() 2676 delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve()
|