Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dquota_global.c491 s64 spacechange, inodechange; in __ocfs2_sync_dquot() local
510 spacechange = dquot->dq_dqb.dqb_curspace - in __ocfs2_sync_dquot()
519 (long long)spacechange, in __ocfs2_sync_dquot()
523 dquot->dq_dqb.dqb_curspace += spacechange; in __ocfs2_sync_dquot()
H A Dquota_local.c472 qsize_t spacechange, inodechange; in ocfs2_recover_local_quota_file() local
528 spacechange = le64_to_cpu(dqblk->dqb_spacemod); in ocfs2_recover_local_quota_file()
530 dquot->dq_dqb.dqb_curspace += spacechange; in ocfs2_recover_local_quota_file()
H A Docfs2_trace.h1987 long long spacechange, long long curinodes,
1989 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange),
1993 __field(long long, spacechange)
2000 __entry->spacechange = spacechange;
2005 __entry->dqb_curspace, __entry->spacechange,