Searched refs:r_last_start (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | reservations.c | 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() 253 resv->r_last_len = resv->r_last_start = 0; in __ocfs2_resv_discard() 674 resv->r_len, resv->r_last_start, in ocfs2_cannibalize_resv() 694 goal = resv->r_last_start + resv->r_last_len; in ocfs2_resv_find_window() 803 resv->r_last_start, in ocfs2_resmap_claimed_bits() 811 resv->r_last_start = cstart; in ocfs2_resmap_claimed_bits() 822 resv->r_len, resv->r_last_start, in ocfs2_resmap_claimed_bits()
|
D | reservations.h | 28 unsigned int r_last_start; /* Start of most recent alloc */ member
|