Searched refs:spacechange (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | quota_global.c | 497 s64 spacechange, inodechange; in __ocfs2_sync_dquot() local 516 spacechange = dquot->dq_dqb.dqb_curspace - in __ocfs2_sync_dquot() 525 (long long)spacechange, in __ocfs2_sync_dquot() 529 dquot->dq_dqb.dqb_curspace += spacechange; in __ocfs2_sync_dquot()
|
D | ocfs2_trace.h | 1985 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,
|
D | quota_local.c | 472 qsize_t spacechange, inodechange; in ocfs2_recover_local_quota_file() local 530 spacechange = le64_to_cpu(dqblk->dqb_spacemod); in ocfs2_recover_local_quota_file() 532 dquot->dq_dqb.dqb_curspace += spacechange; in ocfs2_recover_local_quota_file()
|