Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dreservations.c67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() function
102 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
115 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
129 unsigned int end = ocfs2_resv_end(resv); in ocfs2_validate_resmap_bits()
167 if (resv->r_start > ocfs2_resv_end(resv)) { in ocfs2_check_resmap()
173 if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) { in ocfs2_check_resmap()
182 off = ocfs2_resv_end(resv); in ocfs2_check_resmap()
338 BUG_ON(ocfs2_resv_end(new) >= tmp->r_start); in ocfs2_resv_insert()
339 } else if (new->r_start > ocfs2_resv_end(tmp)) { in ocfs2_resv_insert()
382 if (resv->r_start <= goal && ocfs2_resv_end(resv) >= goal) in ocfs2_find_resv_lhs()
[all …]