nfs-ganesha 1.4
|
Routines used for managing NFSv4 referrals. More...
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.h>
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "ganesha_rpc.h"
#include "nfs4.h"
#include "nfs_core.h"
#include "nfs_proto_functions.h"
#include "nfs_tools.h"
#include "nfs_exports.h"
#include "nfs_file_handle.h"
#include "cache_inode.h"
Go to the source code of this file.
Functions | |
int | nfs4_Set_Fh_Referral (nfs_fh4 *pfh) |
int | nfs4_referral_str_To_Fattr_fs_location (char *input_str, char *buff, u_int *plen) |
Routines used for managing NFSv4 referrals.
nfs4_pseudo.c: Routines used for managing NFSv4 referrals.
Definition in file nfs4_referral.c.