Changeset 77707 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Mar 14, 2019 8:42:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r77706 r77707 769 769 * Create a new regular file / directory. 770 770 * 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. 775 782 * @returns 0 on success, Linux error code otherwise 776 783 */
Note:
See TracChangeset
for help on using the changeset viewer.