Home
last modified time | relevance | path

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

/linux/fs/affs/
H A Daffs.h42 struct affs_inode_info { struct
64 static inline struct affs_inode_info *AFFS_I(struct inode *inode) in AFFS_I() argument
66 return container_of(inode, struct affs_inode_info, vfs_inode); in AFFS_I()