aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/export.h')
-rw-r--r--fs/nilfs2/export.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nilfs2/export.h b/fs/nilfs2/export.h
index a71cc412b651..19ccbf9522ab 100644
--- a/fs/nilfs2/export.h
+++ b/fs/nilfs2/export.h
@@ -5,6 +5,14 @@
extern const struct export_operations nilfs_export_ops;
+/**
+ * struct nilfs_fid - NILFS file id type
+ * @cno: checkpoint number
+ * @ino: inode number
+ * @gen: file generation (version) for NFS
+ * @parent_gen: parent generation (version) for NFS
+ * @parent_ino: parent inode number
+ */
struct nilfs_fid {
u64 cno;
u64 ino;