Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dinode.h16 struct ocfs2_inode_info struct
102 static inline struct ocfs2_inode_info *OCFS2_I(struct inode *inode) in OCFS2_I()
104 return container_of(inode, struct ocfs2_inode_info, vfs_inode); in OCFS2_I()
140 void ocfs2_get_inode_flags(struct ocfs2_inode_info *oi);
162 static inline struct ocfs2_inode_info *cache_info_to_inode(struct ocfs2_caching_info *ci) in cache_info_to_inode()
164 return container_of(ci, struct ocfs2_inode_info, ip_metadata_cache); in cache_info_to_inode()