Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dreservations.c103 resv->r_last_len); in ocfs2_dump_resv()
116 resv->r_last_len); in ocfs2_dump_resv()
264 resv->r_last_len = resv->r_last_start = 0; in __ocfs2_resv_discard()
686 resv->r_last_len); in ocfs2_cannibalize_resv()
704 if (resv->r_last_len) { in ocfs2_resv_find_window()
705 goal = resv->r_last_start + resv->r_last_len; in ocfs2_resv_find_window()
815 resv->r_last_len); in ocfs2_resmap_claimed_bits()
823 resv->r_last_len = clen; in ocfs2_resmap_claimed_bits()
834 resv->r_last_len); in ocfs2_resmap_claimed_bits()
Dreservations.h35 unsigned int r_last_len; /* Length of most recent alloc */ member