Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dreservations.c116 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()
169 off = ocfs2_resv_end(resv); in ocfs2_check_resmap()
552 ocfs2_resv_end(prev_resv)); in __ocfs2_resv_find_window()
564 gap_start = ocfs2_resv_end(prev_resv) + 1; in __ocfs2_resv_find_window()
573 gap_start = ocfs2_resv_end(prev_resv) + 1; in __ocfs2_resv_find_window()
579 next ? ocfs2_resv_end(next_resv) : -1); in __ocfs2_resv_find_window()
640 ocfs2_resv_end(lru_resv)); in ocfs2_cannibalize_resv()
758 unsigned int old_end = ocfs2_resv_end(resv); in ocfs2_adjust_resv_from_alloc()
803 BUG_ON(cstart > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits()
[all …]