Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dreservations.c92 resv->r_last_len); in ocfs2_dump_resv()
105 resv->r_last_len); in ocfs2_dump_resv()
253 resv->r_last_len = resv->r_last_start = 0; in __ocfs2_resv_discard()
675 resv->r_last_len); in ocfs2_cannibalize_resv()
693 if (resv->r_last_len) { in ocfs2_resv_find_window()
694 goal = resv->r_last_start + resv->r_last_len; in ocfs2_resv_find_window()
804 resv->r_last_len); in ocfs2_resmap_claimed_bits()
812 resv->r_last_len = clen; in ocfs2_resmap_claimed_bits()
823 resv->r_last_len); in ocfs2_resmap_claimed_bits()
Dreservations.h27 unsigned int r_last_len; /* Length of most recent alloc */ member