Home
last modified time | relevance | path

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

/linux-4.19.296/fs/exofs/
Dexofs.h66 struct exofs_sb_info { struct
67 struct exofs_sb_stats s_ess; /* Written often, pre-allocate*/
68 int s_timeout; /* timeout for OSD operations */
69 uint64_t s_nextid; /* highest object ID used */
70 uint32_t s_numfiles; /* number of files on fs */
71 spinlock_t s_next_gen_lock; /* spinlock for gen # update */
72 u32 s_next_generation; /* next gen # to use */
73 atomic_t s_curr_pending; /* number of pending commands */
75 struct ore_layout layout; /* Default files layout */
76 struct ore_comp one_comp; /* id & cred of partition id=0*/
[all …]