Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfile.c915 &ext4_iomap_report_ops); in ext4_llseek()
921 &ext4_iomap_report_ops); in ext4_llseek()
H A Dinode.c3545 const struct iomap_ops ext4_iomap_report_ops = { variable
3584 &ext4_iomap_report_ops); in ext4_iomap_swap_activate()
H A Dext4.h3816 extern const struct iomap_ops ext4_iomap_report_ops;
H A Dextents.c5028 return iomap_fiemap(inode, fieinfo, start, len, &ext4_iomap_report_ops); in ext4_fiemap()