Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dreservations.c90 resv->r_last_len); in ocfs2_dump_resv()
103 resv->r_last_len); in ocfs2_dump_resv()
249 resv->r_last_len = resv->r_last_start = 0; in __ocfs2_resv_discard()
671 resv->r_last_len); in ocfs2_cannibalize_resv()
689 if (resv->r_last_len) { in ocfs2_resv_find_window()
690 goal = resv->r_last_start + resv->r_last_len; in ocfs2_resv_find_window()
800 resv->r_last_len); in ocfs2_resmap_claimed_bits()
808 resv->r_last_len = clen; in ocfs2_resmap_claimed_bits()
819 resv->r_last_len); in ocfs2_resmap_claimed_bits()
Dreservations.h25 unsigned int r_last_len; /* Length of most recent alloc */ member