OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_rq
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c
280
struct clog_request *
orig_rq
;
local
289
orig_rq
= get_matching_rq(rq, &entry->working_list);
291
if (!
orig_rq
) {
303
dm_list_iterate_items(
orig_rq
, &entry->working_list)
305
SHORT_UUID(
orig_rq
->u_rq.uuid),
306
_RQ_TYPE(
orig_rq
->u_rq.request_type),
307
orig_rq
->u_rq.seq);
322
memcpy(
orig_rq
, rq, sizeof(*rq) + rq->u_rq.data_size);
324
r = kernel_send(&
orig_rq
->u_rq);
328
free(
orig_rq
);
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026