Home
last modified time | relevance | path

Searched refs:ext4_iomap_report_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ext4/
H A Dfile.c946 &ext4_iomap_report_ops); in ext4_llseek()
952 &ext4_iomap_report_ops); in ext4_llseek()
H A Dinode.c3567 const struct iomap_ops ext4_iomap_report_ops = { variable
3606 &ext4_iomap_report_ops); in ext4_iomap_swap_activate()
H A Dext4.h3832 extern const struct iomap_ops ext4_iomap_report_ops;
H A Dextents.c4981 return iomap_fiemap(inode, fieinfo, start, len, &ext4_iomap_report_ops); in ext4_fiemap()