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

/linux-4.4.14/fs/ocfs2/
H A Dquota_global.c485 s64 spacechange, inodechange; __ocfs2_sync_dquot() local
504 spacechange = dquot->dq_dqb.dqb_curspace - __ocfs2_sync_dquot()
513 (long long)spacechange, __ocfs2_sync_dquot()
517 dquot->dq_dqb.dqb_curspace += spacechange; __ocfs2_sync_dquot()
H A Dquota_local.c472 qsize_t spacechange, inodechange; ocfs2_recover_local_quota_file() local
528 spacechange = le64_to_cpu(dqblk->dqb_spacemod); ocfs2_recover_local_quota_file()
530 dquot->dq_dqb.dqb_curspace += spacechange; ocfs2_recover_local_quota_file()
H A Docfs2_trace.h1989 long long spacechange, long long curinodes,
1991 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange),
1995 __field(long long, spacechange)
2002 __entry->spacechange = spacechange;
2007 __entry->dqb_curspace, __entry->spacechange,

Completed in 87 milliseconds