Lines Matching defs:isofs_sb_info
32 struct isofs_sb_info { struct
33 unsigned long s_ninodes;
34 unsigned long s_nzones;
35 unsigned long s_firstdatazone;
36 unsigned long s_log_zone_size;
37 unsigned long s_max_size;
39 int s_rock_offset; /* offset of SUSP fields within SU area */
40 s32 s_sbsector;
41 unsigned char s_joliet_level;
42 unsigned char s_mapping;
66 static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) in ISOFS_SB() argument