Searched defs:jfs_sb_info (Results 1 – 1 of 1) sorted by relevance
151 struct jfs_sb_info { struct152 struct super_block *sb; /* Point back to vfs super block */153 unsigned long mntflag; /* aggregate attributes */154 struct inode *ipbmap; /* block map inode */155 struct inode *ipaimap; /* aggregate inode map inode */156 struct inode *ipaimap2; /* secondary aimap inode */157 struct inode *ipimap; /* aggregate inode map inode */158 struct jfs_log *log; /* log */159 struct list_head log_list; /* volumes associated with a journal */160 short bsize; /* logical block size */[all …]