get_request
Regular
4.4
: ✅struct request *get_request(struct request_queue *q, int rw_flags, struct bio *bio, gfp_t gfp_mask);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff813b8da0)
Location: block/blk-core.c:1232
Inline: False
Direct callers:
- block/blk-core.c:blk_get_request
- block/blk-core.c:blk_queue_bio
Symbols:
ffffffff813b8da0-ffffffff813b952d: get_request (STB_LOCAL)
4.8
: ✅struct request *get_request(struct request_queue *q, int op, int op_flags, struct bio *bio, gfp_t gfp_mask);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff813fcb90)
Location: block/blk-core.c:1245
Inline: False
Direct callers:
- block/blk-core.c:blk_queue_bio
- block/blk-core.c:blk_get_request
Symbols:
ffffffff813fcb90-ffffffff813fd395: get_request (STB_LOCAL)
4.10
: ✅struct request *get_request(struct request_queue *q, unsigned int op, struct bio *bio, gfp_t gfp_mask);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff81416530)
Location: block/blk-core.c:1247
Inline: False
Direct callers:
- block/blk-core.c:blk_queue_bio
- block/blk-core.c:blk_get_request
Symbols:
ffffffff81416530-ffffffff81416cf6: get_request (STB_LOCAL)
4.13
: ✅struct request *get_request(struct request_queue *q, unsigned int op, struct bio *bio, gfp_t gfp_mask);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff81423c20)
Location: block/blk-core.c:1342
Inline: False
Direct callers:
- block/blk-core.c:blk_queue_bio
Symbols:
ffffffff81423c20-ffffffff814243f1: get_request (STB_LOCAL)
4.15
: ✅struct request *get_request(struct request_queue *q, unsigned int op, struct bio *bio, blk_mq_req_flags_t flags);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff8144f3a0)
Location: block/blk-core.c:1424
Inline: False
Direct callers:
- block/blk-core.c:blk_queue_bio
- block/blk-core.c:blk_get_request_flags
Symbols:
ffffffff8144f3a0-ffffffff8144fb95: get_request (STB_LOCAL)
4.18
: Transformation ⚠️struct request *get_request(struct request_queue *q, unsigned int op, struct bio *bio, blk_mq_req_flags_t flags, gfp_t gfp);
Collision: Unique Static
Inline: No
Transformation: True
Instances:
In block/blk-core.c (0)
Location: block/blk-core.c:1529
Inline: False
Direct callers:
- block/blk-core.c:blk_queue_bio
- block/blk-core.c:blk_get_request
Symbols:
ffffffff81481d90-ffffffff81482558: get_request (STB_LOCAL)
ffffffff81485708-ffffffff81485745: get_request.cold.99 (STB_LOCAL)
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
4.4
and 4.8
⚠️int op
int op_flags
int rw_flags
q, rw_flags, bio, gfp_mask
➡️ q, op, op_flags, bio, gfp_mask
4.8
and 4.10
⚠️int op_flags
q, op, op_flags, bio, gfp_mask
➡️ q, op, bio, gfp_mask
int op
➡️ unsigned int op
4.10
and 4.13
✅
4.13
and 4.15
⚠️blk_mq_req_flags_t flags
gfp_t gfp_mask
4.15
and 4.18
⚠️gfp_t gfp