Searched refs:LL_SBI_LAZYSTATFS (Results 1 – 3 of 3) sorted by relevance
699 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()
743 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()
403 #define LL_SBI_LAZYSTATFS 0x800 /* lazystatfs mount option */ macro