Searched defs:orangefs_sb_info_s (Results 1 – 1 of 1) sorted by relevance
208 struct orangefs_sb_info_s { struct209 struct orangefs_khandle root_khandle;210 __s32 fs_id;211 int id;212 int flags;215 char devname[ORANGEFS_MAX_SERVER_ADDR_LEN];216 struct super_block *sb;217 int mount_pending;218 int no_list;219 struct list_head list;
Completed in 3 milliseconds