Home
last modified time | relevance | path

Searched refs:s_offline_stash (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dsuper.c144 sbi->s_offline_stash = false; in hmdfs_parse_options()
171 if (sbi->s_offline_stash && !sbi->cache_dir) { in hmdfs_parse_options()
173 sbi->s_offline_stash = false; in hmdfs_parse_options()
Dhmdfs.h190 bool s_offline_stash; member
226 return sbi->s_offline_stash; in hmdfs_is_stash_enabled()
Dmain.c405 seq_printf(m, ",%soffline_stash", sbi->s_offline_stash ? "" : "no_"); in hmdfs_show_options()
729 sbi->s_offline_stash = true; in hmdfs_init_sbi()
Dstash.c2026 if (!sbi->s_offline_stash) in hmdfs_exit_stash()
2041 if (!sbi->s_offline_stash) in hmdfs_init_stash()