Searched refs:init_fs (Results 1 – 6 of 6) sorted by relevance
161 struct fs_struct init_fs = { variable163 .lock = __SPIN_LOCK_UNLOCKED(init_fs.lock),164 .seq = SEQCNT_ZERO(init_fs.seq),
26 extern struct fs_struct init_fs;228 .fs = &init_fs, \
29 int (*init_fs)(size_t); member
119 pool_id = cleancache_ops->init_fs(PAGE_SIZE); in __cleancache_init_fs()
252 .init_fs = tmem_cleancache_init_fs
40 Mounting a cleancache-enabled filesystem should call "init_fs" to obtain a53 An "init_shared_fs", like init_fs, obtains a pool id but tells cleancache154 in VFS are sufficient, so don't require an "init_fs" hook; the