Showing changes from revision #4 to #5:
Added | Removed | Changed
Entry | |
---|---|
R0 | 4 (reason code) |
R1 | File handle |
Exit | |
---|---|
R0 | Preserved |
R1 | Preserved |
R2 | Allocated size of the file in bytes |
The purpose of this call is to return the allocated size of a file.
The call returns the space set aside on the media for the given handle, regardless of its extent. Often this will be larger, for example to avoid fragmenting open files.
The value return will always be equal to, or greater than the file extent.