Home
last modified time | relevance | path

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

/linux-4.19.296/fs/isofs/
Disofs.h32 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;
65 static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) in ISOFS_SB() argument