Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h87 struct zonefs_inode_info { struct
109 static inline struct zonefs_inode_info *ZONEFS_I(struct inode *inode) in ZONEFS_I() argument
111 return container_of(inode, struct zonefs_inode_info, i_vnode); in ZONEFS_I()
267 struct zonefs_inode_info *zi = ZONEFS_I(inode); in zonefs_io_error()