Searched refs:delblks (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_qm.c | 1769 uint delblks, blkflags, prjflags = 0; in xfs_qm_vop_chown_reserve() local 1777 delblks = ip->i_delayed_blks; in xfs_qm_vop_chown_reserve() 1790 if (delblks) { in xfs_qm_vop_chown_reserve() 1804 if (delblks) { in xfs_qm_vop_chown_reserve() 1822 if (delblks) { in xfs_qm_vop_chown_reserve() 1829 delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve() 1833 unresudq, unresgdq, -((xfs_qcnt_t)delblks), 0, in xfs_qm_vop_chown_reserve()
|