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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_global.c487 s64 spacechange, inodechange; local
506 spacechange = dquot->dq_dqb.dqb_curspace -
514 dquot->dq_id, dquot->dq_dqb.dqb_curspace, (long long)spacechange,
517 dquot->dq_dqb.dqb_curspace += spacechange;
H A Dquota_local.c476 qsize_t spacechange, inodechange; local
530 spacechange = le64_to_cpu(dqblk->dqb_spacemod);
532 dquot->dq_dqb.dqb_curspace += spacechange;

Completed in 63 milliseconds