Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1717 static void on_list(struct list_head *item, struct list_head *list, int should_be_on) in on_list() argument
1719 if (list_empty(item) && should_be_on) in on_list()
1721 else if (!list_empty(item) && !should_be_on) in on_list()