Searched defs:jfs_sb_info (Results 1 – 1 of 1) sorted by relevance
157 struct jfs_sb_info { struct158 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 …]