Lines Matching defs:exofs_sb_info
66 struct exofs_sb_info { struct
67 struct backing_dev_info bdi; /* register our bdi with VFS */
68 struct exofs_sb_stats s_ess; /* Written often, pre-allocate*/
69 int s_timeout; /* timeout for OSD operations */
70 uint64_t s_nextid; /* highest object ID used */
71 uint32_t s_numfiles; /* number of files on fs */
72 spinlock_t s_next_gen_lock; /* spinlock for gen # update */
73 u32 s_next_generation; /* next gen # to use */
74 atomic_t s_curr_pending; /* number of pending commands */
76 struct ore_layout layout; /* Default files layout */
77 struct ore_comp one_comp; /* id & cred of partition id=0*/
78 struct ore_components oc; /* comps for the partition */
79 struct kobject s_kobj; /* holds per-sbi kobject */