Searched defs:jfs_sb_info (Results 1 – 1 of 1) sorted by relevance
159 struct jfs_sb_info { struct160 struct super_block *sb; /* Point back to vfs super block */161 unsigned long mntflag; /* aggregate attributes */162 struct inode *ipbmap; /* block map inode */163 struct inode *ipaimap; /* aggregate inode map inode */164 struct inode *ipaimap2; /* secondary aimap inode */165 struct inode *ipimap; /* aggregate inode map inode */166 struct jfs_log *log; /* log */167 struct list_head log_list; /* volumes associated with a journal */168 short bsize; /* logical block size */[all …]