Searched defs:super_block (Results 1 – 2 of 2) sorted by relevance
287 struct super_block { struct298 unsigned long s_flags;299 unsigned long s_magic;302 int s_count;303 atomic_t s_active;332 fmode_t s_mode;337 u32 s_time_gran;349 char *s_subtype;356 char __rcu *s_options;363 int cleancache_poolid;[all …]
2386 int (*test)(struct super_block *,void *), in sget()2387 int (*set)(struct super_block *,void *), in sget()
Completed in 13 milliseconds