Searched refs:init_fs (Results 1 – 7 of 7) sorted by relevance
162 struct fs_struct init_fs = { variable164 .lock = __SPIN_LOCK_UNLOCKED(init_fs.lock),165 .seq = SEQCNT_ZERO(init_fs.seq),
25 extern struct fs_struct init_fs;
30 int (*init_fs)(size_t); member
119 pool_id = cleancache_ops->init_fs(PAGE_SIZE); in __cleancache_init_fs()
106 .fs = &init_fs,
252 .init_fs = tmem_cleancache_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