Searched refs:req_capsule (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_req_layout.h | 53 struct req_capsule; 66 struct req_capsule { struct 78 void req_capsule_init(struct req_capsule *pill, struct ptlrpc_request *req, argument 80 void req_capsule_fini(struct req_capsule *pill); 82 void req_capsule_set(struct req_capsule *pill, const struct req_format *fmt); 83 void req_capsule_client_dump(struct req_capsule *pill); 84 void req_capsule_server_dump(struct req_capsule *pill); 85 void req_capsule_init_area(struct req_capsule *pill); 86 int req_capsule_filled_sizes(struct req_capsule *pill, enum req_location loc); 87 int req_capsule_server_pack(struct req_capsule *pill); [all …]
|
D | lustre_net.h | 1517 struct req_capsule rq_pill;
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 805 struct req_capsule; 1682 void req_capsule_init_area(struct req_capsule *pill) in req_capsule_init_area() 1699 void req_capsule_init(struct req_capsule *pill, in req_capsule_init() 1729 void req_capsule_fini(struct req_capsule *pill) in req_capsule_fini() 1741 static struct lustre_msg *__req_msg(const struct req_capsule *pill, in __req_msg() 1754 void req_capsule_set(struct req_capsule *pill, const struct req_format *fmt) in req_capsule_set() 1771 int req_capsule_filled_sizes(struct req_capsule *pill, in req_capsule_filled_sizes() 1806 int req_capsule_server_pack(struct req_capsule *pill) in req_capsule_server_pack() 1832 static int __req_capsule_offset(const struct req_capsule *pill, in __req_capsule_offset() 1854 swabber_dumper_helper(struct req_capsule *pill, in swabber_dumper_helper() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_internal.h | 142 int ldlm_fill_lvb(struct ldlm_lock *lock, struct req_capsule *pill,
|
D | ldlm_request.c | 718 static inline int ldlm_capsule_handles_avail(struct req_capsule *pill, in ldlm_capsule_handles_avail() 749 struct req_capsule *pill = &req->rq_pill; in ldlm_prep_elc_req()
|
D | ldlm_lock.c | 1388 int ldlm_fill_lvb(struct ldlm_lock *lock, struct req_capsule *pill, in ldlm_fill_lvb()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 59 struct req_capsule *pill = &req->rq_pill; in mdc_pack_capa()
|
D | mdc_request.c | 170 struct req_capsule *pill = &req->rq_pill; in mdc_getattr_common() 469 struct req_capsule *pill = &req->rq_pill; in mdc_unpack_acl() 511 struct req_capsule *pill = &req->rq_pill; in mdc_get_lustre_md()
|
D | mdc_locks.c | 566 struct req_capsule *pill = &req->rq_pill; in mdc_finish_enqueue()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 840 struct req_capsule *cap; in osc_ldlm_glimpse_ast()
|
D | osc_request.c | 1259 struct req_capsule *pill; in osc_brw_prep_request()
|