Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dreservations.c56 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() function
91 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
104 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
118 unsigned int end = ocfs2_resv_end(resv); in ocfs2_validate_resmap_bits()
156 if (resv->r_start > ocfs2_resv_end(resv)) { in ocfs2_check_resmap()
162 if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) { in ocfs2_check_resmap()
171 off = ocfs2_resv_end(resv); in ocfs2_check_resmap()
327 BUG_ON(ocfs2_resv_end(new) >= tmp->r_start); in ocfs2_resv_insert()
328 } else if (new->r_start > ocfs2_resv_end(tmp)) { in ocfs2_resv_insert()
371 if (resv->r_start <= goal && ocfs2_resv_end(res in ocfs2_find_resv_lhs()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dreservations.c54 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() function
89 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
102 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
116 unsigned int end = ocfs2_resv_end(resv); in ocfs2_validate_resmap_bits()
154 if (resv->r_start > ocfs2_resv_end(resv)) { in ocfs2_check_resmap()
160 if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) { in ocfs2_check_resmap()
169 off = ocfs2_resv_end(resv); in ocfs2_check_resmap()
323 BUG_ON(ocfs2_resv_end(new) >= tmp->r_start); in ocfs2_resv_insert()
324 } else if (new->r_start > ocfs2_resv_end(tmp)) { in ocfs2_resv_insert()
367 if (resv->r_start <= goal && ocfs2_resv_end(res in ocfs2_find_resv_lhs()
[all...]

Completed in 2 milliseconds