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

/linux-master/fs/ocfs2/
H A Dquota_global.c494 s64 spacechange, inodechange; local
513 spacechange = dquot->dq_dqb.dqb_curspace -
522 (long long)spacechange,
526 dquot->dq_dqb.dqb_curspace += spacechange;
H A Docfs2_trace.h1985 long long spacechange, long long curinodes,
1987 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange),
1991 __field(long long, spacechange)
1998 __entry->spacechange = spacechange;
2003 __entry->dqb_curspace, __entry->spacechange,
H A Dquota_local.c472 qsize_t spacechange, inodechange; local
530 spacechange = le64_to_cpu(dqblk->dqb_spacemod);
532 dquot->dq_dqb.dqb_curspace += spacechange;

Completed in 129 milliseconds