Changeset 98871 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Mar 7, 2023 5:42:58 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r98869 r98871 1039 1039 * Create a new regular file. 1040 1040 * 1041 * @param ns The name space.1041 * @param idmap idmap of the mount. 1042 1042 * @param parent inode of the directory 1043 1043 * @param dentry directory cache entry … … 1082 1082 * Create a new directory. 1083 1083 * 1084 * @param ns The name space.1084 * @param idmap idmap of the mount. 1085 1085 * @param parent inode of the directory 1086 1086 * @param dentry directory cache entry … … 1197 1197 * Rename a regular file / directory. 1198 1198 * 1199 * @param ns The name space.1199 * @param idmap idmap of the mount. 1200 1200 * @param old_parent inode of the old parent directory 1201 1201 * @param old_dentry old directory cache entry
Note:
See TracChangeset
for help on using the changeset viewer.