Home
last modified time | relevance | path

Searched refs:r_len (Results 1 – 6 of 6) sorted by relevance

/fs/ocfs2/
Dreservations.c56 if (resv->r_len) in ocfs2_resv_end()
57 return resv->r_start + resv->r_len - 1; in ocfs2_resv_end()
63 return !!(resv->r_len == 0); in ocfs2_resv_empty()
89 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
102 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv()
148 if (resv->r_len == 0) { in ocfs2_check_resmap()
227 resv->r_len = 0; in __ocfs2_resv_trunc()
311 trace_ocfs2_resv_insert(new->r_start, new->r_len); in ocfs2_resv_insert()
500 resv->r_len = clen; in __ocfs2_resv_find_window()
534 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window()
[all …]
Dreservations.h23 unsigned int r_len; /* Length of the window */ member
Docfs2_trace.h1916 unsigned int r_start, unsigned int r_end, unsigned int r_len,
1919 r_len, last_start, last_len),
1926 __field(unsigned int, r_len)
1936 __entry->r_len = r_len;
1942 __entry->r_start, __entry->r_end, __entry->r_len,
Drefcounttree.c2230 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local
2252 r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + in __ocfs2_decrease_refcount()
2257 cpos, r_len, in __ocfs2_decrease_refcount()
2267 r_len); in __ocfs2_decrease_refcount()
2274 cpos += r_len; in __ocfs2_decrease_refcount()
2275 len -= r_len; in __ocfs2_decrease_refcount()
/fs/xfs/
Dxfs_log_priv.h154 uint r_len; /* region length :4 */ member
Dxfs_log.c343 tic->t_res_arr[tic->t_res_num].r_len = len; in xlog_tic_add_region()
2175 ticket->t_res_arr[i].r_len); in xlog_print_tic_res()