Searched defs:qnx6_sb_info (Results 1 – 1 of 1) sorted by relevance
29 struct qnx6_sb_info { struct30 struct buffer_head *sb_buf; /* superblock buffer */31 struct qnx6_super_block *sb; /* our superblock */32 int s_blks_off; /* blkoffset fs-startpoint */33 int s_ptrbits; /* indirect pointer bitfield */34 unsigned long s_mount_opt; /* all mount options */35 int s_bytesex; /* holds endianess info */59 static inline struct qnx6_sb_info *QNX6_SB(struct super_block *sb) in QNX6_SB() argument