Changeset 610 for trunk/kernel/fs/fatfs.h
- Timestamp:
- Dec 27, 2018, 7:38:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/fatfs.h
r602 r610 311 311 * This function implements the generic vfs_fs_child_init() function for the FATFS. 312 312 ***************************************************************************************** 313 * It scan the mapper of an existing parent directory, identified by the <parent> 314 * argument, to find a directory entry identified by the <name> argument. 315 * It updates the existing remote child inode, identified by the <child_xp> argument, 313 * It tries to initialise a new child (new inode/dentry couple in Inode Tree), identified 314 * by the <child_inode_xp> argument, from the parent directory mapper, identified by the 315 * <parent_inode> argument. 316 * - It scan the parent mapper to find the <name> argument. 316 317 * - it set the "type", "size", and "extend" fields in inode descriptor. 317 318 * - it set the " extend" field in dentry descriptor.
Note: See TracChangeset
for help on using the changeset viewer.