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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_trans_dquot.c357 long totalbdelta; local
406 totalbdelta = qtrx->qt_bcount_delta +
411 if (totalbdelta < 0)
413 (xfs_qcnt_t) -totalbdelta);
423 if (totalbdelta)
424 be64_add(&d->d_bcount, (xfs_qcnt_t)totalbdelta);

Completed in 34 milliseconds