|
nfs-ganesha 1.4
|
Management of the file content cache: truncate operation. More...
#include "LRU_List.h"#include "log.h"#include "HashData.h"#include "HashTable.h"#include "fsal.h"#include "cache_inode.h"#include "cache_content.h"#include <unistd.h>#include <sys/types.h>#include <sys/param.h>#include <time.h>#include <pthread.h>#include <string.h>Go to the source code of this file.
Functions | |
| cache_content_status_t | cache_content_truncate (cache_content_entry_t *pentry, fsal_size_t length, cache_content_client_t *pclient, cache_content_status_t *pstatus) |
Management of the file content cache: truncate operation.
cache_content_truncate.c : Management of the file content cache, truncate operation.
Definition in file cache_content_truncate.c.
| cache_content_status_t cache_content_truncate | ( | cache_content_entry_t * | pentry, |
| fsal_size_t | length, | ||
| cache_content_client_t * | pclient, | ||
| cache_content_status_t * | pstatus | ||
| ) |
Definition at line 60 of file cache_content_truncate.c.
1.7.3