dax_iomap_zeroRegular
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: ✅int dax_iomap_zero(loff_t pos, unsigned int offset, unsigned int size, struct iomap *iomap);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In fs/dax.c (ffffffff8138fbc0)
Location: fs/dax.c:1041
Inline: False
Symbols:
ffffffff8138fbc0-ffffffff8138fd01: dax_iomap_zero (STB_GLOBAL)
5.11: ✅s64 dax_iomap_zero(loff_t pos, u64 length, struct iomap *iomap);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In fs/dax.c (ffffffff813a11a0)
Location: fs/dax.c:1057
Inline: False
Symbols:
ffffffff813a11a0-ffffffff813a136e: dax_iomap_zero (STB_GLOBAL)
5.13: ✅s64 dax_iomap_zero(loff_t pos, u64 length, struct iomap *iomap);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In fs/dax.c (ffffffff813a8330)
Location: fs/dax.c:1069
Inline: False
Symbols:
ffffffff813a8330-ffffffff813a84fe: dax_iomap_zero (STB_GLOBAL)
5.15: ✅s64 dax_iomap_zero(loff_t pos, u64 length, struct iomap *iomap);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In fs/dax.c (ffffffff813f7a70)
Location: fs/dax.c:1129
Inline: False
Direct callers:
- fs/iomap/buffered-io.c:iomap_zero_range
Symbols:
ffffffff813f7a70-ffffffff813f7c3e: dax_iomap_zero (STB_GLOBAL)
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
5.8 and 5.11 ⚠️u64 length
unsigned int offset
unsigned int size
pos, offset, size, iomap ➡️ pos, length, iomap
int ➡️ s64
5.11 and 5.13 ✅
5.13 and 5.15 ✅