Searched defs:orangefs_sb_info_s (Results 1 – 1 of 1) sorted by relevance
199 struct orangefs_sb_info_s { struct200 struct orangefs_khandle root_khandle;201 __s32 fs_id;202 int id;203 int flags;206 char devname[ORANGEFS_MAX_SERVER_ADDR_LEN];207 struct super_block *sb;231 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB() argument