Home
last modified time | relevance | path

Searched defs:jfs_sb_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/jfs/
Djfs_incore.h157 struct jfs_sb_info { struct
158 struct super_block *sb; /* Point back to vfs super block */
159 unsigned long mntflag; /* aggregate attributes */
160 struct inode *ipbmap; /* block map inode */
161 struct inode *ipaimap; /* aggregate inode map inode */
162 struct inode *ipaimap2; /* secondary aimap inode */
163 struct inode *ipimap; /* aggregate inode map inode */
164 struct jfs_log *log; /* log */
165 struct list_head log_list; /* volumes associated with a journal */
166 short bsize; /* logical block size */
[all …]