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

/linux-4.4.14/fs/ocfs2/
H A Dquota_global.c485 s64 spacechange, inodechange; __ocfs2_sync_dquot() local
506 inodechange = dquot->dq_dqb.dqb_curinodes - __ocfs2_sync_dquot()
515 (long long)inodechange); __ocfs2_sync_dquot()
519 dquot->dq_dqb.dqb_curinodes += inodechange; __ocfs2_sync_dquot()
H A Dquota_local.c472 qsize_t spacechange, inodechange; ocfs2_recover_local_quota_file() local
529 inodechange = le64_to_cpu(dqblk->dqb_inodemod); ocfs2_recover_local_quota_file()
531 dquot->dq_dqb.dqb_curinodes += inodechange; ocfs2_recover_local_quota_file()
H A Docfs2_trace.h1990 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)

Completed in 80 milliseconds