Home
last modified time | relevance | path

Searched refs:m_lru (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dreservations.h51 struct list_head m_lru; /* LRU of reservations member
H A Dreservations.c101 list_for_each_entry(resv, &resmap->m_lru, r_lru) { in ocfs2_dump_resv()
211 INIT_LIST_HEAD(&resmap->m_lru); in ocfs2_resmap_init()
224 list_add_tail(&resv->r_lru, &resmap->m_lru); in ocfs2_resv_mark_lru()
639 lru_resv = list_first_entry(&resmap->m_lru, in ocfs2_cannibalize_resv()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dreservations.h49 struct list_head m_lru; /* LRU of reservations member
H A Dreservations.c99 list_for_each_entry(resv, &resmap->m_lru, r_lru) { in ocfs2_dump_resv()
209 INIT_LIST_HEAD(&resmap->m_lru); in ocfs2_resmap_init()
220 list_add_tail(&resv->r_lru, &resmap->m_lru); in ocfs2_resv_mark_lru()
635 lru_resv = list_first_entry(&resmap->m_lru, in ocfs2_cannibalize_resv()

Completed in 3 milliseconds