Searched defs:exofs_sb_info (Results 1 – 1 of 1) sorted by relevance
66 struct exofs_sb_info { struct67 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 */[all …]