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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.h59 struct list_head m_lru; /* LRU of reservations member in struct:ocfs2_reservation_map
H A Dreservations.c112 list_for_each_entry(resv, &resmap->m_lru, r_lru) {
222 INIT_LIST_HEAD(&resmap->m_lru);
235 list_add_tail(&resv->r_lru, &resmap->m_lru);
654 lru_resv = list_first_entry(&resmap->m_lru,

Completed in 110 milliseconds