diff options
Diffstat (limited to 'fs/ocfs2/inode.h')
-rw-r--r-- | fs/ocfs2/inode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index e1978acbf65e..ea71525aad41 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h | |||
@@ -128,6 +128,7 @@ void ocfs2_drop_inode(struct inode *inode); | |||
128 | /* Flags for ocfs2_iget() */ | 128 | /* Flags for ocfs2_iget() */ |
129 | #define OCFS2_FI_FLAG_SYSFILE 0x1 | 129 | #define OCFS2_FI_FLAG_SYSFILE 0x1 |
130 | #define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x2 | 130 | #define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x2 |
131 | struct inode *ocfs2_ilookup(struct super_block *sb, u64 feoff); | ||
131 | struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, unsigned flags, | 132 | struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, unsigned flags, |
132 | int sysfile_type); | 133 | int sysfile_type); |
133 | int ocfs2_inode_init_private(struct inode *inode); | 134 | int ocfs2_inode_init_private(struct inode *inode); |