nfs-ganesha 1.4
|
Reads a symlink. More...
#include "abstract_atomic.h"
#include "log.h"
#include "HashData.h"
#include "HashTable.h"
#include "fsal.h"
#include "cache_inode.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/param.h>
#include <time.h>
#include <pthread.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
cache_inode_status_t | cache_inode_readlink (cache_entry_t *entry, fsal_path_t *link_content, fsal_op_context_t *context, cache_inode_status_t *status) |
Read the target of a symlink. |
Reads a symlink.
cache_inode_readlink.c : Reads a symlink.
Definition in file cache_inode_readlink.c.
cache_inode_status_t cache_inode_readlink | ( | cache_entry_t * | entry, |
fsal_path_t * | link_content, | ||
fsal_op_context_t * | context, | ||
cache_inode_status_t * | status | ||
) |
Read the target of a symlink.
Copy the content of a symbolic link into the address pointed to by link_content.
[in] | entry | The link to read |
[out] | link_content | The location into which to write the target |
[in] | context | FSAL operation context |
[out] | status | Status of the operation |
Definition at line 75 of file cache_inode_readlink.c.