| 1212 | DO_EXT2FS(do_ext2fs_fallocate(fs, ino, o_offset, len)); |
| 1213 | } |
| 1214 | virtual int fiemap(struct photon::fs::fiemap* map) override { |
| 1215 | DO_EXT2FS(do_ext2fs_fiemap(fs, ino, map)); |
| 1216 | } |
| 1217 | virtual ssize_t fgetxattr(const char *name, void *value, size_t size) override { |
| 1218 | DO_EXT2FS(do_ext2fs_getxattr(fs, ino, name, value, size)); |
| 1219 | } |
no test coverage detected