Searched refs:LL_SBI_LRU_RESIZE (Results 1 – 2 of 2) sorted by relevance
115 sbi->ll_flags |= LL_SBI_LRU_RESIZE; in ll_init_sbi()199 if (sbi->ll_flags & LL_SBI_LRU_RESIZE) in client_common_fill_super()733 tmp = ll_set_opt("lruresize", s1, LL_SBI_LRU_RESIZE); in ll_options()738 tmp = ll_set_opt("nolruresize", s1, LL_SBI_LRU_RESIZE); in ll_options()
402 #define LL_SBI_LRU_RESIZE 0x400 /* lru resize support */ macro