Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c649 return sprintf(buf, "%u\n", sbi->ll_flags & LL_SBI_AGL_ENABLED ? 1 : 0); in statahead_agl_show()
667 sbi->ll_flags |= LL_SBI_AGL_ENABLED; in statahead_agl_store()
669 sbi->ll_flags &= ~LL_SBI_AGL_ENABLED; in statahead_agl_store()
Dllite_internal.h407 #define LL_SBI_AGL_ENABLED 0x8000 /* enable agl */ macro
Dstatahead.c1060 if (sbi->ll_flags & LL_SBI_AGL_ENABLED) in ll_statahead_thread()
Dllite_lib.c129 sbi->ll_flags |= LL_SBI_AGL_ENABLED; in ll_init_sbi()