Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c643 seq_printf(m, "%u\n", sbi->ll_flags & LL_SBI_AGL_ENABLED ? 1 : 0); in ll_statahead_agl_seq_show()
660 sbi->ll_flags |= LL_SBI_AGL_ENABLED; in ll_statahead_agl_seq_write()
662 sbi->ll_flags &= ~LL_SBI_AGL_ENABLED; in ll_statahead_agl_seq_write()
Dllite_internal.h415 #define LL_SBI_AGL_ENABLED 0x8000 /* enable agl */ macro
Dstatahead.c1080 if (sbi->ll_flags & LL_SBI_AGL_ENABLED) in ll_statahead_thread()
Dllite_lib.c135 sbi->ll_flags |= LL_SBI_AGL_ENABLED; in ll_init_sbi()