summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-03-17 17:58:08 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2015-04-10 15:08:47 -0700
commit8ce67cb07dbf6ba35aea1e07e8ad1ea004ced27b (patch)
tree519839e12edf66b3341cbb0679f3b25bafba6123 /fs/f2fs/f2fs.h
parent3c6c2bebef79999b1827041696dc1881e637e3af (diff)
downloadlwn-8ce67cb07dbf6ba35aea1e07e8ad1ea004ced27b.tar.gz
lwn-8ce67cb07dbf6ba35aea1e07e8ad1ea004ced27b.zip
f2fs: add some tracepoints to debug volatile and atomic writes
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 9e378179ff93..c9818193e15e 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -556,6 +556,10 @@ enum page_type {
META,
NR_PAGE_TYPE,
META_FLUSH,
+ INMEM, /* the below types are used by tracepoints only. */
+ INMEM_DROP,
+ IPU,
+ OPU,
};
struct f2fs_io_info {