Searched refs:r_len (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | reservations.c | 69 if (resv->r_len) in ocfs2_resv_end() 70 return resv->r_start + resv->r_len - 1; in ocfs2_resv_end() 76 return !!(resv->r_len == 0); in ocfs2_resv_empty() 102 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv() 115 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start, in ocfs2_dump_resv() 161 if (resv->r_len == 0) { in ocfs2_check_resmap() 240 resv->r_len = 0; in __ocfs2_resv_trunc() 324 trace_ocfs2_resv_insert(new->r_start, new->r_len); in ocfs2_resv_insert() 513 resv->r_len = clen; in __ocfs2_resv_find_window() 547 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window() [all …]
|
D | reservations.h | 33 unsigned int r_len; /* Length of the window */ member
|
D | ocfs2_trace.h | 1914 unsigned int r_start, unsigned int r_end, unsigned int r_len, 1917 r_len, last_start, last_len), 1924 __field(unsigned int, r_len) 1934 __entry->r_len = r_len; 1940 __entry->r_start, __entry->r_end, __entry->r_len,
|
D | refcounttree.c | 2238 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local 2260 r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + in __ocfs2_decrease_refcount() 2265 cpos, r_len, in __ocfs2_decrease_refcount() 2275 r_len); in __ocfs2_decrease_refcount() 2282 cpos += r_len; in __ocfs2_decrease_refcount() 2283 len -= r_len; in __ocfs2_decrease_refcount()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_log_priv.h | 151 uint r_len; /* region length :4 */ member
|
D | xfs_log.c | 350 tic->t_res_arr[tic->t_res_num].r_len = len; in xlog_tic_add_region() 2116 ticket->t_res_arr[i].r_len); in xlog_print_tic_res()
|
/linux-4.19.296/include/rdma/ |
D | rdmavt_qp.h | 322 u32 r_len; /* total length of r_sge */ member
|