nfs-ganesha 1.4
|
Go to the source code of this file.
Functions | |
int | HPSSFSAL_GetFilesetRoot (char *fileset_name, ns_ObjHandle_t *p_root_hdl) |
void | HPSSFSAL_BuildCos (fsal_uint_t CosId, hpss_cos_hints_t *hints, hpss_cos_priorities_t *hintpri) |
int | HPSSFSAL_IsStaleHandle (ns_ObjHandle_t *p_hdl, TYPE_CRED_HPSS *p_cred) |
void HPSSFSAL_BuildCos | ( | fsal_uint_t | CosId, |
hpss_cos_hints_t * | hints, | ||
hpss_cos_priorities_t * | hintpri | ||
) |
HPSSFSAL_BuildCos : Fills Cos structures from a CosId.
CosId | (input): The chosen COSId. |
hints | (output): The filled hpss_cos_hints_t structure. |
hintpri | (output): The filled hpss_cos_priorities_t structure. |
Definition at line 80 of file FSAL_HPSS/fsal_common.c.
int HPSSFSAL_GetFilesetRoot | ( | char * | fileset_name, |
ns_ObjHandle_t * | p_root_hdl | ||
) |
Common HPSS tools for internal use in the FSAL.
HPSSFSAL_GetFilesetRoot : Retrieves info about the root of a fileset (handle and attributes).
hpss_fileattr_t | (input/output): Pointer to the attributes to be retrieved. |
Definition at line 29 of file FSAL_HPSS/fsal_common.c.
int HPSSFSAL_IsStaleHandle | ( | ns_ObjHandle_t * | p_hdl, |
TYPE_CRED_HPSS * | p_cred | ||
) |
Definition at line 106 of file FSAL_HPSS/fsal_common.c.