|
nfs-ganesha 1.4
|
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <pthread.h>#include <sys/socket.h>#include <sys/select.h>#include <netdb.h>#include <netinet/in.h>#include <hpss_soid_func.h>#include <u_signed64.h>#include <pdata.h>#include <hpssclapiext.h>#include <api_internal.h>#include <acct_av_lib.h>Go to the source code of this file.
Functions | |
| int | HPSSFSAL_OpenHandle (ns_ObjHandle_t *ObjHandle, char *Path, int Oflag, mode_t Mode, TYPE_CRED_HPSS *Ucred, hpss_cos_hints_t *HintsIn, hpss_cos_priorities_t *HintsPri, hpss_cos_hints_t *HintsOut, hpss_Attrs_t *AttrsOut, ns_ObjHandle_t *HandleOut, TYPE_TOKEN_HPSS *AuthzTicket) |
| int | HPSSFSAL_CreateHandle (ns_ObjHandle_t *ObjHandle, char *Path, mode_t Mode, TYPE_CRED_HPSS *Ucred, hpss_cos_hints_t *HintsIn, hpss_cos_priorities_t *HintsPri, hpss_cos_hints_t *HintsOut, hpss_Attrs_t *AttrsOut, ns_ObjHandle_t *HandleOut, TYPE_TOKEN_HPSS *AuthzTicket) |
Variables | |
| TYPE_TOKEN_HPSS | null_ticket |
| int HPSSFSAL_CreateHandle | ( | ns_ObjHandle_t * | ObjHandle, |
| char * | Path, | ||
| mode_t | Mode, | ||
| TYPE_CRED_HPSS * | Ucred, | ||
| hpss_cos_hints_t * | HintsIn, | ||
| hpss_cos_priorities_t * | HintsPri, | ||
| hpss_cos_hints_t * | HintsOut, | ||
| hpss_Attrs_t * | AttrsOut, | ||
| ns_ObjHandle_t * | HandleOut, | ||
| TYPE_TOKEN_HPSS * | AuthzTicket | ||
| ) |
Definition at line 336 of file api_open.c.
| int HPSSFSAL_OpenHandle | ( | ns_ObjHandle_t * | ObjHandle, |
| char * | Path, | ||
| int | Oflag, | ||
| mode_t | Mode, | ||
| TYPE_CRED_HPSS * | Ucred, | ||
| hpss_cos_hints_t * | HintsIn, | ||
| hpss_cos_priorities_t * | HintsPri, | ||
| hpss_cos_hints_t * | HintsOut, | ||
| hpss_Attrs_t * | AttrsOut, | ||
| ns_ObjHandle_t * | HandleOut, | ||
| TYPE_TOKEN_HPSS * | AuthzTicket | ||
| ) |
Definition at line 183 of file api_open.c.
| TYPE_TOKEN_HPSS null_ticket |
Definition at line 30 of file api_open.c.
1.7.3