/linux-2.6.39/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 | 1894 unsigned int r_start, unsigned int r_end, unsigned int r_len, 1897 r_len, last_start, last_len), 1904 __field(unsigned int, r_len) 1914 __entry->r_len = r_len; 1920 __entry->r_start, __entry->r_end, __entry->r_len,
|
D | refcounttree.c | 2240 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local 2262 r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + in __ocfs2_decrease_refcount() 2267 cpos, r_len, in __ocfs2_decrease_refcount() 2277 r_len); in __ocfs2_decrease_refcount() 2284 cpos += r_len; in __ocfs2_decrease_refcount() 2285 len -= r_len; in __ocfs2_decrease_refcount()
|
/linux-2.6.39/arch/arm/kernel/ |
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-2.6.39/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-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 382 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_uc_rcv() 404 if (unlikely(wc.byte_len > qp->r_len)) in qib_uc_rcv() 437 qp->r_len = be32_to_cpu(reth->length); in qib_uc_rcv() 440 if (qp->r_len != 0) { in qib_uc_rcv() 446 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in qib_uc_rcv() 470 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_uc_rcv() 489 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in qib_uc_rcv() 506 wc.byte_len = qp->r_len; in qib_uc_rcv() 520 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 | 153 if (unlikely(wc.byte_len > qp->r_len)) { in qib_ud_loopback() 548 if (unlikely(wc.byte_len > qp->r_len)) { in qib_ud_rcv()
|
D | qib_rc.c | 1989 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_rc_rcv() 2032 if (unlikely(wc.byte_len > qp->r_len)) in qib_rc_rcv() 2068 qp->r_len = be32_to_cpu(reth->length); in qib_rc_rcv() 2071 if (qp->r_len != 0) { in qib_rc_rcv() 2077 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in qib_rc_rcv()
|
D | qib_verbs.h | 454 u32 r_len; /* total length of r_sge */ member
|
/linux-2.6.39/net/decnet/ |
D | af_decnet.c | 1523 unsigned int r_len; in __dn_getsockopt() local 1527 if(get_user(r_len , optlen)) in __dn_getsockopt() 1532 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt() 1533 r_len = sizeof(struct optdata_dn); in __dn_getsockopt() 1538 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt() 1539 r_len = sizeof(struct optdata_dn); in __dn_getsockopt() 1544 if (r_len > sizeof(struct accessdata_dn)) in __dn_getsockopt() 1545 r_len = sizeof(struct accessdata_dn); in __dn_getsockopt() 1550 if (r_len > sizeof(unsigned char)) in __dn_getsockopt() 1551 r_len = sizeof(unsigned char); in __dn_getsockopt() [all …]
|
/linux-2.6.39/fs/xfs/ |
D | xfs_log_priv.h | 235 uint r_len; /* region length :4 */ member
|
D | xfs_log.c | 171 tic->t_res_arr[tic->t_res_num].r_len = len; in xlog_tic_add_region() 1590 ticket->t_res_arr[i].r_len); in xlog_print_tic_res()
|