MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / fiemap

Method fiemap

fs/extfs/extfs.cpp:1214–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 2

queryRefillRangeMethod · 0.45
query_refill_rangeMethod · 0.45

Calls 1

do_ext2fs_fiemapFunction · 0.85

Tested by

no test coverage detected