nfs-ganesha 1.4
|
00001 #ifndef _ACCESS_CHECK_H 00002 #define _ACCESS_CHECK_H 00003 00004 /* A few headers required to have "struct stat" */ 00005 00006 #include <sys/types.h> 00007 #include <sys/stat.h> 00008 #include <unistd.h> 00009 00010 /* 00011 * file/object access checking 00012 */ 00013 00014 fsal_status_t fsal_check_access(fsal_op_context_t * p_context, /* IN */ 00015 fsal_accessflags_t access_type, /* IN */ 00016 struct stat *p_buffstat, /* IN */ 00017 fsal_attrib_list_t * p_object_attributes /* IN */ ); 00018 #endif