Searched refs:inodechange (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | quota_global.c | 485 s64 spacechange, inodechange; in __ocfs2_sync_dquot() local 506 inodechange = dquot->dq_dqb.dqb_curinodes - in __ocfs2_sync_dquot() 515 (long long)inodechange); in __ocfs2_sync_dquot() 519 dquot->dq_dqb.dqb_curinodes += inodechange; in __ocfs2_sync_dquot()
|
D | quota_local.c | 473 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()
|
D | ocfs2_trace.h | 1990 long long inodechange), 1991 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange), 1997 __field(long long, inodechange) 2004 __entry->inodechange = inodechange; 2008 __entry->curinodes, __entry->inodechange)
|