VirtualBox

Changeset 76218 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 13, 2018 7:29:29 PM (6 years ago)
Author:
vboxsync
Message:

Runtime/fs: Started restructuring the ext2 filesystem code to indicate that it will be used for ext3/ext4 later on [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/fsvfs.h

    r69853 r76218  
    121121
    122122/**
    123  * Opens an EXT2 file system volume.
     123 * Opens an EXT2/3/4 file system volume.
    124124 *
    125125 * @returns IPRT status code.
    126126 * @param   hVfsFileIn      The file or device backing the volume.
    127127 * @param   fMntFlags       RTVFSMNT_F_XXX.
    128  * @param   fExt2Flags      Reserved, MBZ.
     128 * @param   fExtFlags       Reserved, MBZ.
    129129 * @param   phVfs           Where to return the virtual file system handle.
    130130 * @param   pErrInfo        Where to return additional error information.
    131131 */
    132 RTDECL(int) RTFsExt2VolOpen(RTVFSFILE hVfsFileIn, uint32_t fMntFlags, uint32_t fExt2Flags, PRTVFS phVfs, PRTERRINFO pErrInfo);
     132RTDECL(int) RTFsExtVolOpen(RTVFSFILE hVfsFileIn, uint32_t fMntFlags, uint32_t fExtFlags, PRTVFS phVfs, PRTERRINFO pErrInfo);
    133133
    134134
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