Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dquota_global.c485 s64 spacechange, inodechange; in __ocfs2_sync_dquot() local
504 spacechange = dquot->dq_dqb.dqb_curspace - in __ocfs2_sync_dquot()
513 (long long)spacechange, in __ocfs2_sync_dquot()
517 dquot->dq_dqb.dqb_curspace += spacechange; in __ocfs2_sync_dquot()
Dquota_local.c473 qsize_t spacechange, inodechange; in ocfs2_recover_local_quota_file() local
529 spacechange = le64_to_cpu(dqblk->dqb_spacemod); in ocfs2_recover_local_quota_file()
531 dquot->dq_dqb.dqb_curspace += spacechange; in ocfs2_recover_local_quota_file()
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,