bdev_start_io_acct
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: ✅long unsigned int bdev_start_io_acct(struct block_device *bdev, unsigned int sectors, unsigned int op, long unsigned int start_time);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff81679a30)
Location: block/blk-core.c:999
Inline: False
Direct callers:
- block/blk-core.c:bio_start_io_acct
- block/blk-core.c:bio_start_io_acct_time
- drivers/md/dm.c:dm_io_acct
Symbols:
ffffffff81679a30-ffffffff81679b47: bdev_start_io_acct (STB_GLOBAL)
6.2
: ✅long unsigned int bdev_start_io_acct(struct block_device *bdev, unsigned int sectors, enum req_op op, long unsigned int start_time);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In block/blk-core.c (ffffffff81735ea0)
Location: block/blk-core.c:949
Inline: False
Direct callers:
- block/blk-core.c:bio_start_io_acct
- drivers/md/dm.c:dm_io_acct
Symbols:
ffffffff81735ea0-ffffffff81735fb7: bdev_start_io_acct (STB_GLOBAL)
6.5
: Selective Inline ⚠️long unsigned int bdev_start_io_acct(struct block_device *bdev, enum req_op op, long unsigned int start_time);
Collision: Unique Global
Inline: Selective
Transformation: False
Instances:
In block/blk-core.c (ffffffff8177274f)
Location: block/blk-core.c:952
Inline: True
Inline callers:
- block/blk-core.c:bio_start_io_acct
Direct callers:
- drivers/md/dm.c:dm_io_acct
Symbols:
ffffffff81772480-ffffffff81772528: bdev_start_io_acct (STB_GLOBAL)
6.8
: Selective Inline ⚠️long unsigned int bdev_start_io_acct(struct block_device *bdev, enum req_op op, long unsigned int start_time);
Collision: Unique Global
Inline: Selective
Transformation: False
Instances:
In block/blk-core.c (ffffffff817b4aef)
Location: block/blk-core.c:987
Inline: True
Inline callers:
- block/blk-core.c:bio_start_io_acct
Direct callers:
- drivers/md/dm.c:dm_io_acct
Symbols:
ffffffff817b4820-ffffffff817b48c8: bdev_start_io_acct (STB_GLOBAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.19
and 6.2
⚠️unsigned int op
➡️ enum req_op op
6.2
and 6.5
⚠️unsigned int sectors
bdev, sectors, op, start_time
➡️ bdev, op, start_time
6.5
and 6.8
✅