/linux-2.6.39/fs/ocfs2/ |
D | reservations.c | 53 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_window_bits() argument 58 if (!(resv->r_flags & OCFS2_RESV_FLAG_DIR)) { in ocfs2_resv_window_bits() 67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() argument 69 if (resv->r_len) in ocfs2_resv_end() 70 return resv->r_start + resv->r_len - 1; in ocfs2_resv_end() 71 return resv->r_start; in ocfs2_resv_end() 74 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_empty() argument 76 return !!(resv->r_len == 0); in ocfs2_resv_empty() 90 struct ocfs2_alloc_reservation *resv; in ocfs2_dump_resv() local 98 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_dump_resv() [all …]
|
D | reservations.h | 64 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv); 67 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, 81 struct ocfs2_alloc_reservation *resv); 137 struct ocfs2_alloc_reservation *resv, 156 struct ocfs2_alloc_reservation *resv,
|
D | localalloc.c | 56 struct ocfs2_alloc_reservation *resv); 803 struct ocfs2_alloc_reservation *resv) in ocfs2_local_alloc_find_clear_bits() argument 816 if (!resv) { in ocfs2_local_alloc_find_clear_bits() 820 resv = &r; in ocfs2_local_alloc_find_clear_bits() 824 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) { in ocfs2_local_alloc_find_clear_bits() 880 ocfs2_resv_discard(resmap, resv); in ocfs2_local_alloc_find_clear_bits()
|
/linux-2.6.39/net/sunrpc/ |
D | svc.c | 982 svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv) in svc_process_common() argument 1009 svc_putu32(resv, rqstp->rq_xid); in svc_process_common() 1014 svc_putnl(resv, 1); /* REPLY */ in svc_process_common() 1020 reply_statp = resv->iov_base + resv->iov_len; in svc_process_common() 1022 svc_putnl(resv, 0); /* ACCEPT */ in svc_process_common() 1080 statp = resv->iov_base +resv->iov_len; in svc_process_common() 1081 svc_putnl(resv, RPC_SUCCESS); in svc_process_common() 1113 !xdr(rqstp, resv->iov_base+resv->iov_len, rqstp->rq_resp)) { in svc_process_common() 1130 resv->iov_len = ((void*)statp) - resv->iov_base + 4; in svc_process_common() 1157 svc_putnl(resv, 1); /* REJECT */ in svc_process_common() [all …]
|
D | svcauth_unix.c | 794 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_null_accept() local 822 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept() 823 svc_putnl(resv, 0); in svcauth_null_accept() 857 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_unix_accept() local 892 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept() 893 svc_putnl(resv, 0); in svcauth_unix_accept()
|
D | svcsock.c | 1175 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_tcp_prep_reply_hdr() local 1178 svc_putnl(resv, 0); in svc_tcp_prep_reply_hdr()
|
/linux-2.6.39/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 632 svc_safe_putnetobj(struct kvec *resv, struct xdr_netobj *o) in svc_safe_putnetobj() argument 636 if (resv->iov_len + 4 > PAGE_SIZE) in svc_safe_putnetobj() 638 svc_putnl(resv, o->len); in svc_safe_putnetobj() 639 p = resv->iov_base + resv->iov_len; in svc_safe_putnetobj() 640 resv->iov_len += round_up_to_quad(o->len); in svc_safe_putnetobj() 641 if (resv->iov_len > PAGE_SIZE) in svc_safe_putnetobj() 999 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_handle_init() local 1043 if (resv->iov_len + 4 > PAGE_SIZE) in svcauth_gss_handle_init() 1045 svc_putnl(resv, RPC_SUCCESS); in svcauth_gss_handle_init() 1046 if (svc_safe_putnetobj(resv, &rsip->out_handle)) in svcauth_gss_handle_init() [all …]
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | vio.h | 43 u64 resv[6]; member 68 u16 resv; member 76 u64 resv[5]; member 168 u32 resv; member 189 u16 resv; member 221 u32 resv; member
|
D | hypervisor.h | 471 unsigned long resv; member
|
/linux-2.6.39/include/rdma/ |
D | ib_smi.h | 55 __be16 resv; member 118 u8 resv; member
|
D | ib_mad.h | 139 __be16 resv; member
|
/linux-2.6.39/fs/nfsd/ |
D | nfscache.c | 260 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update() local 266 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update()
|
/linux-2.6.39/include/linux/ |
D | igmp.h | 70 resv:4; member 72 __u8 resv:4, member
|
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_mad.h | 207 __be16 resv; member
|
/linux-2.6.39/arch/sparc/mm/ |
D | tsb.c | 234 hp->resv = 0; in setup_tsb_params()
|
D | init_64.c | 1634 ktsb_descr[0].resv = 0; in sun4v_ktsb_init() 1648 ktsb_descr[1].resv = 0; in sun4v_ktsb_init()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | pci_fire.c | 98 u64 resv[6]; member
|
D | mdesc.c | 51 u16 resv; member
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 839 u8 resv[2]; member
|
/linux-2.6.39/drivers/infiniband/hw/ehca/ |
D | ehca_reqs.c | 135 mad_hdr->resv, in trace_send_wr_ud()
|
/linux-2.6.39/arch/x86/kernel/ |
D | amd_iommu_init.c | 115 u64 resv; member
|
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 952 uint8_t resv; member 960 uint8_t resv;
|
/linux-2.6.39/drivers/scsi/ |
D | ipr.h | 1154 u8 resv; member
|
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | ipath_mad.c | 808 __be16 resv; member
|
/linux-2.6.39/drivers/net/ |
D | niu.h | 2821 __le64 resv; member
|