nfs-ganesha 1.4

fsal_common.h

Go to the documentation of this file.
00001 
00006 #ifndef FSAL_COMMON_H
00007 #define FSAL_COMMON_H
00008 
00009 #include "fsal.h"
00010 #include "HPSSclapiExt/hpssclapiext.h"
00011 
00012 /* if fileset_name is null, root fileset is returned */
00013 int HPSSFSAL_GetFilesetRoot(char *fileset_name, ns_ObjHandle_t * p_root_hdl);
00014 
00015 void HPSSFSAL_BuildCos(fsal_uint_t CosId,
00016                        hpss_cos_hints_t * hints, hpss_cos_priorities_t * hintpri);
00017 
00018 int HPSSFSAL_IsStaleHandle(ns_ObjHandle_t * p_hdl, TYPE_CRED_HPSS * p_cred);
00019 
00020 #endif