Changes between Version 45 and Version 46 of file_system


Ignore:
Timestamp:
Feb 3, 2016, 12:27:27 AM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • file_system

    v45 v46  
    291291It returns 0 on success. It returns 1 if the name length is larger than 31 characters.
    292292
    293 === __void '''_update_dir_entry'''( fat_inode_t*  inode )__ ===
     293=== __unsigned int '''_update_dir_entry'''( fat_inode_t*  inode )__ ===
    294294For 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
     296It returns 0 on success. It returns 1 if error.
    295297
    296298=== __unsigned int '''_add_dir_entry'''( fat_inode_t* child , fat_inode_t* parent )__ ===