VirtualBox

Ignore:
Timestamp:
Jun 1, 2012 5:29:05 PM (13 years ago)
Author:
vboxsync
Message:

VFS/Filesystem: Convert the filesystem specific code to the VFS framework and make it work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dvm.h

    r40137 r41549  
    122122
    123123    /**
     124     * Returns whether the given range is in use by the volume manager.
     125     *
     126     * @returns IPRT status code.
     127     * @param   hVolMgrFmt      The format specific volume manager handle.
     128     * @param   offStart        Start offset of the range.
     129     * @param   cbRange         Size of the range to check in bytes.
     130     * @param   pfUsed          Where to store whether the range is in use by the
     131     *                          volume manager.
     132     */
     133    DECLCALLBACKMEMBER(int, pfnQueryRangeUse)(RTDVMFMT hVolMgrFmt,
     134                                              uint64_t off, uint64_t cbRange,
     135                                              bool *pfUsed);
     136
     137    /**
    124138     * Gets the number of valid volumes in the map.
    125139     *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette