The filefrag program initially attempts to get the extent information using FIEMAP ioctl which is more efficient and faster. If FIEMAP is not supported then filefrag will fall back to using FIBMAP.
-B Force the use of the older FIBMAP ioctl instead of the FIEMAP ioctl for testing purposes.
-b Use 1024 byte blocksize for the output.
-s Sync the file before requesting the mapping.
-v Be verbose when checking for file fragmentation.
-x Display mapping of extended attributes.