Home
last modified time | relevance | path

Searched defs:qnx6_sb_info (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/qnx6/
Dqnx6.h28 struct qnx6_sb_info { struct
29 struct buffer_head *sb_buf; /* superblock buffer */
30 struct qnx6_super_block *sb; /* our superblock */
31 int s_blks_off; /* blkoffset fs-startpoint */
32 int s_ptrbits; /* indirect pointer bitfield */
33 unsigned long s_mount_opt; /* all mount options */
34 int s_bytesex; /* holds endianess info */
58 static inline struct qnx6_sb_info *QNX6_SB(struct super_block *sb) in QNX6_SB() argument