Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota_global.c491 s64 spacechange, inodechange; in __ocfs2_sync_dquot() local
512 inodechange = dquot->dq_dqb.dqb_curinodes - in __ocfs2_sync_dquot()
521 (long long)inodechange); in __ocfs2_sync_dquot()
525 dquot->dq_dqb.dqb_curinodes += inodechange; in __ocfs2_sync_dquot()
Dquota_local.c472 qsize_t spacechange, inodechange; in ocfs2_recover_local_quota_file() local
529 inodechange = le64_to_cpu(dqblk->dqb_inodemod); in ocfs2_recover_local_quota_file()
531 dquot->dq_dqb.dqb_curinodes += inodechange; in ocfs2_recover_local_quota_file()
Docfs2_trace.h1985 long long inodechange),
1986 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange),
1992 __field(long long, inodechange)
1999 __entry->inodechange = inodechange;
2003 __entry->curinodes, __entry->inodechange)