/linux-4.1.27/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 | 1919 unsigned int r_start, unsigned int r_end, unsigned int r_len, 1922 r_len, last_start, last_len), 1929 __field(unsigned int, r_len) 1939 __entry->r_len = r_len; 1945 __entry->r_start, __entry->r_end, __entry->r_len,
|
D | refcounttree.c | 2244 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local 2266 r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + in __ocfs2_decrease_refcount() 2271 cpos, r_len, in __ocfs2_decrease_refcount() 2281 r_len); in __ocfs2_decrease_refcount() 2288 cpos += r_len; in __ocfs2_decrease_refcount() 2289 len -= r_len; in __ocfs2_decrease_refcount()
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | ecard.h | 47 unsigned char r_len[3]; member 54 #define c_len(x) ((x)->r_len[0]|((x)->r_len[1]<<8)|((x)->r_len[2]<<16))
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_uc.c | 371 if (unlikely(qp->r_rcv_len > qp->r_len)) { in ipath_uc_rcv() 405 if (unlikely(wc.byte_len > qp->r_len)) { in ipath_uc_rcv() 437 qp->r_len = be32_to_cpu(reth->length); in ipath_uc_rcv() 439 if (qp->r_len != 0) { in ipath_uc_rcv() 445 ok = ipath_rkey_ok(qp, &qp->r_sge, qp->r_len, in ipath_uc_rcv() 476 if (unlikely(qp->r_rcv_len > qp->r_len)) { in ipath_uc_rcv() 505 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) { in ipath_uc_rcv() 515 wc.byte_len = qp->r_len; in ipath_uc_rcv() 531 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) { in ipath_uc_rcv()
|
D | ipath_rc.c | 1684 if (unlikely(qp->r_rcv_len > qp->r_len)) in ipath_rc_rcv() 1727 if (unlikely(wc.byte_len > qp->r_len)) in ipath_rc_rcv() 1765 qp->r_len = be32_to_cpu(reth->length); in ipath_rc_rcv() 1767 if (qp->r_len != 0) { in ipath_rc_rcv() 1774 qp->r_len, vaddr, rkey, in ipath_rc_rcv()
|
D | ipath_ud.c | 542 if (wc.byte_len > qp->r_len) { in ipath_ud_rcv()
|
D | ipath_verbs.h | 394 u32 r_len; /* total length of r_sge */ member
|
D | ipath_ruc.c | 211 } while (!ipath_init_sge(qp, wqe, &qp->r_len, &qp->r_sge)); in ipath_get_rwqe()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 374 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_uc_rcv() 399 if (unlikely(wc.byte_len > qp->r_len)) in qib_uc_rcv() 432 qp->r_len = be32_to_cpu(reth->length); in qib_uc_rcv() 435 if (qp->r_len != 0) { in qib_uc_rcv() 441 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in qib_uc_rcv() 465 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_uc_rcv() 484 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in qib_uc_rcv() 495 wc.byte_len = qp->r_len; in qib_uc_rcv() 511 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in qib_uc_rcv()
|
D | qib_ruc.c | 93 qp->r_len = 0; in qib_init_sge() 101 qp->r_len += wqe->sg_list[i].length; in qib_init_sge() 105 ss->total_len = qp->r_len; in qib_init_sge()
|
D | qib_ud.c | 160 if (unlikely(wc.byte_len > qp->r_len)) { in qib_ud_loopback() 551 if (unlikely(wc.byte_len > qp->r_len)) { in qib_ud_rcv()
|
D | qib_rc.c | 1978 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_rc_rcv() 2024 if (unlikely(wc.byte_len > qp->r_len)) in qib_rc_rcv() 2061 qp->r_len = be32_to_cpu(reth->length); in qib_rc_rcv() 2064 if (qp->r_len != 0) { in qib_rc_rcv() 2070 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in qib_rc_rcv()
|
D | qib_verbs.h | 469 u32 r_len; /* total length of r_sge */ member
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 1525 unsigned int r_len; in __dn_getsockopt() local 1529 if(get_user(r_len , optlen)) in __dn_getsockopt() 1534 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt() 1535 r_len = sizeof(struct optdata_dn); in __dn_getsockopt() 1540 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt() 1541 r_len = sizeof(struct optdata_dn); in __dn_getsockopt() 1546 if (r_len > sizeof(struct accessdata_dn)) in __dn_getsockopt() 1547 r_len = sizeof(struct accessdata_dn); in __dn_getsockopt() 1552 if (r_len > sizeof(unsigned char)) in __dn_getsockopt() 1553 r_len = sizeof(unsigned char); in __dn_getsockopt() [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_log_priv.h | 162 uint r_len; /* region length :4 */ member
|
D | xfs_log.c | 361 tic->t_res_arr[tic->t_res_num].r_len = len; in xlog_tic_add_region() 2060 ticket->t_res_arr[i].r_len); in xlog_print_tic_res()
|