Changes between Version 55 and Version 56 of file_system
- Timestamp:
- Feb 4, 2016, 12:46:44 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
file_system
v55 v56 308 308 309 309 === __unsigned int '''_update_dir_entry'''( fat_inode_t* inode )__ === 310 For a node identified by the <inode> argument, this function updates the "size" and "cluster" values in the parent directory entry File-Cache. It set the dirty bit in the modified buffer of the parent directory File-Cache.310 For a node identified by the <inode> argument, this function updates the "size" and "cluster" fields in the parent directory entry File-Cache, from values defined in the <inode> argument. It set the dirty bit in the modified buffer of the parent directory File-Cache. 311 311 312 312 It returns 0 on success. It returns 1 if error.