Searched refs:inodechange (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | quota_global.c | 497 s64 spacechange, inodechange; in __ocfs2_sync_dquot() local 518 inodechange = dquot->dq_dqb.dqb_curinodes - in __ocfs2_sync_dquot() 527 (long long)inodechange); in __ocfs2_sync_dquot() 531 dquot->dq_dqb.dqb_curinodes += inodechange; in __ocfs2_sync_dquot()
|
| H A D | quota_local.c | 471 qsize_t spacechange, inodechange; in ocfs2_recover_local_quota_file() local 530 inodechange = le64_to_cpu(dqblk->dqb_inodemod); in ocfs2_recover_local_quota_file() 532 dquot->dq_dqb.dqb_curinodes += inodechange; in ocfs2_recover_local_quota_file()
|
| H A D | ocfs2_trace.h | 1984 long long inodechange), 1985 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange), 1991 __field(long long, inodechange) 1998 __entry->inodechange = inodechange; 2002 __entry->curinodes, __entry->inodechange)
|