Searched refs:inodechange (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
508 inodechange = dquot->dq_dqb.dqb_curinodes -
515 dquot->dq_dqb.dqb_curinodes, (long long)inodechange);
519 dquot->dq_dqb.dqb_curinodes += inodechange;
H A Dquota_local.c476 qsize_t spacechange, inodechange; local
531 inodechange = le64_to_cpu(dqblk->dqb_inodemod);
533 dquot->dq_dqb.dqb_curinodes += inodechange;

Completed in 74 milliseconds