Searched refs:spacechange (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | quota_local.c | 471 qsize_t spacechange, inodechange; in ocfs2_recover_local_quota_file() local 529 spacechange = le64_to_cpu(dqblk->dqb_spacemod); in ocfs2_recover_local_quota_file() 531 dquot->dq_dqb.dqb_curspace += spacechange; in ocfs2_recover_local_quota_file()
|
| H A D | ocfs2_trace.h | 1983 long long spacechange, long long curinodes, 1985 TP_ARGS(dq_id, dqb_curspace, spacechange, curinodes, inodechange), 1989 __field(long long, spacechange) 1996 __entry->spacechange = spacechange; 2001 __entry->dqb_curspace, __entry->spacechange,
|