VirtualBox

Ignore:
Timestamp:
Mar 14, 2019 8:42:26 PM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Doxyfixes. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r77706 r77707  
    769769 * Create a new regular file / directory.
    770770 *
    771  * @param parent        inode of the directory
    772  * @param dentry        directory cache entry
    773  * @param mode          file mode
    774  * @param fCreateFlags  SHFL_CF_XXX.
     771 * @param   parent          inode of the directory
     772 * @param   dentry          directory cache entry
     773 * @param   mode            file mode
     774 * @param   fCreateFlags    SHFL_CF_XXX.
     775 * @param   fStashHandle    Whether the resulting handle should be stashed in
     776 *                          the inode for a subsequent open call.
     777 * @param   fDoLookup       Whether we're doing a lookup and need to d_add the
     778 *                          inode we create to dentry.
     779 * @param   phHostFile      Where to return the handle to the create file/dir.
     780 * @param   pfCreated       Where to indicate whether the file/dir was created
     781 *                          or not.  Optional.
    775782 * @returns 0 on success, Linux error code otherwise
    776783 */
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