Home
last modified time | relevance | path

Searched refs:LL_SBI_LAZYSTATFS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c699 return sprintf(buf, "%u\n", sbi->ll_flags & LL_SBI_LAZYSTATFS ? 1 : 0); in lazystatfs_show()
717 sbi->ll_flags |= LL_SBI_LAZYSTATFS; in lazystatfs_store()
719 sbi->ll_flags &= ~LL_SBI_LAZYSTATFS; in lazystatfs_store()
Dllite_lib.c743 tmp = ll_set_opt("lazystatfs", s1, LL_SBI_LAZYSTATFS); in ll_options()
748 tmp = ll_set_opt("nolazystatfs", s1, LL_SBI_LAZYSTATFS); in ll_options()
1421 if (sbi->ll_flags & LL_SBI_LAZYSTATFS) in ll_statfs_internal()
2197 if (sbi->ll_flags & LL_SBI_LAZYSTATFS) in ll_show_options()
Dllite_internal.h403 #define LL_SBI_LAZYSTATFS 0x800 /* lazystatfs mount option */ macro