Changes between Version 45 and Version 46 of file_system
- Timestamp:
- Feb 3, 2016, 12:27:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
file_system
v45 v46 291 291 It returns 0 on success. It returns 1 if the name length is larger than 31 characters. 292 292 293 === __ void'''_update_dir_entry'''( fat_inode_t* inode )__ ===293 === __unsigned int '''_update_dir_entry'''( fat_inode_t* inode )__ === 294 294 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. 295 296 It returns 0 on success. It returns 1 if error. 295 297 296 298 === __unsigned int '''_add_dir_entry'''( fat_inode_t* child , fat_inode_t* parent )__ ===