[go: nahoru, domu]

Searched defs:ext_list (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h77 struct srp_direct_buf *ext_list; member in struct:srp_event_struct
H A Dibmvfc.h644 struct srp_direct_buf *ext_list; member in struct:ibmvfc_event
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c1862 * Build an RPC by the list of extent @ext_list. The caller must ensure
1867 struct list_head *ext_list, int cmd, pdl_policy_t pol)
1890 LASSERT(!list_empty(ext_list));
1893 list_for_each_entry(ext, ext_list, oe_link) {
1999 list_splice_init(ext_list, &aa->aa_exts);
2072 while (!list_empty(ext_list)) {
2073 ext = list_entry(ext_list->next, struct osc_extent,
1866 osc_build_rpc(const struct lu_env *env, struct client_obd *cli, struct list_head *ext_list, int cmd, pdl_policy_t pol) argument

Completed in 265 milliseconds