Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dquota_local.c471 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 Docfs2_trace.h1984 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)