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

/linux-master/fs/ocfs2/
H A Dreservations.h25 unsigned int r_last_len; /* Length of most recent alloc */ member in struct:ocfs2_alloc_reservation
H A Dreservations.c90 resv->r_last_len);
103 resv->r_last_len);
249 resv->r_last_len = resv->r_last_start = 0;
671 resv->r_last_len);
689 if (resv->r_last_len) {
690 goal = resv->r_last_start + resv->r_last_len;
800 resv->r_last_len);
808 resv->r_last_len = clen;
819 resv->r_last_len);

Completed in 123 milliseconds