Changes between Version 32 and Version 33 of file_system


Ignore:
Timestamp:
Jan 14, 2016, 1:07:46 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • file_system

    v32 v33  
    254254 * GIET_FAT32_IO_ERROR
    255255
    256 === __int _get_file_cache_buffer( fat_node_t* indoor , unsigned int cluster_id , unsigned int writable , fat_cache_desc_t** desc )__ ===
     256=== __int '''_get_file_cache_buffer'''( fat_node_t* indoor , unsigned int cluster_id , unsigned int writable , fat_cache_desc_t** desc )__ ===
    257257This function returns in the <desc> argument a pointer on a buffer descriptor contained in a File_Cache.
    258258The searched buffer is idenfified by the <inode> and <cluster_id> arguments. The <cluster_id> argument is the buffer index in the file. The <writable> argument define the behaviour in case of miss in File-Cache: