nfs-ganesha 1.4
Functions

nfs_convert.c File Reference

#include <string.h>
#include "ganesha_rpc.h"
#include "nfs_core.h"
#include "nfs_tools.h"
#include "mount.h"
#include "nfs23.h"

Go to the source code of this file.

Functions

char * nfsstat2_to_str (nfsstat2 code)
char * nfsstat3_to_str (nfsstat3 code)
char * nfsstat4_to_str (nfsstat4 code)
char * nfstype2_to_str (ftype2 code)
char * nfstype3_to_str (ftype3 code)
uint64_t nfs_htonl64 (uint64_t arg64)
uint64_t nfs_ntohl64 (uint64_t arg64)
void auth_stat2str (enum auth_stat why, char *str)

Function Documentation

void auth_stat2str ( enum auth_stat  why,
char *  str 
)

auth_stat2str: converts a auth_stat enum to a string

Parameters:
why[IN] the stat to convert
out[IN] output string
Returns:
nothing (void function).

Definition at line 347 of file nfs_convert.c.

char* nfsstat2_to_str ( nfsstat2  code)

Definition at line 59 of file nfs_convert.c.

char* nfsstat3_to_str ( nfsstat3  code)

Definition at line 88 of file nfs_convert.c.

char* nfsstat4_to_str ( nfsstat4  code)

Definition at line 128 of file nfs_convert.c.

char* nfstype2_to_str ( ftype2  code)

Definition at line 242 of file nfs_convert.c.

char* nfstype3_to_str ( ftype3  code)

Definition at line 262 of file nfs_convert.c.