Searched refs:init_fs (Results 1 – 9 of 9) sorted by relevance
163 struct fs_struct init_fs = { variable165 .lock = __SPIN_LOCK_UNLOCKED(init_fs.lock),166 .seq = SEQCNT_SPINLOCK_ZERO(init_fs.seq, &init_fs.lock),
26 extern struct fs_struct init_fs;
30 int (*init_fs)(size_t); member
105 .init_fs = tu102_gr_init_fs,
165 void (*init_fs)(struct gf100_gr *); member
2291 if (gr->func->init_fs) in gf100_gr_init()2292 gr->func->init_fs(gr); in gf100_gr_init()
118 pool_id = cleancache_ops->init_fs(PAGE_SIZE); in __cleancache_init_fs()
118 .fs = &init_fs,
48 Mounting a cleancache-enabled filesystem should call "init_fs" to obtain a61 An "init_shared_fs", like init_fs, obtains a pool id but tells cleancache173 in VFS are sufficient, so don't require an "init_fs" hook; the