Searched refs:delblks (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/xfs/quota/ |
D | xfs_qm.c | 2324 uint delblks, blkflags, prjflags = 0; in xfs_qm_vop_chown_reserve() local 2332 delblks = ip->i_delayed_blks; in xfs_qm_vop_chown_reserve() 2345 if (delblks) { in xfs_qm_vop_chown_reserve() 2359 if (delblks) { in xfs_qm_vop_chown_reserve() 2377 if (delblks) { in xfs_qm_vop_chown_reserve() 2384 delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve() 2388 unresudq, unresgdq, -((xfs_qcnt_t)delblks), 0, in xfs_qm_vop_chown_reserve()
|