We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b6f23 commit 7af44c4Copy full SHA for 7af44c4
Documentation/filesystems/fiemap.txt
@@ -115,8 +115,10 @@ data. Note that the opposite is not true - it would be valid for
115
FIEMAP_EXTENT_NOT_ALIGNED to appear alone.
116
117
* FIEMAP_EXTENT_LAST
118
-This is the last extent in the file. A mapping attempt past this
119
-extent will return nothing.
+This is generally the last extent in the file. A mapping attempt past
+this extent may return nothing. Some implementations set this flag to
120
+indicate this extent is the last one in the range queried by the user
121
+(via fiemap->fm_length).
122
123
* FIEMAP_EXTENT_UNKNOWN
124
The location of this extent is currently unknown. This may indicate
0 commit comments