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