nfs-ganesha 1.4
|
00001 00010 #ifndef _FSAL_CONVERTION_H 00011 #define _FSAL_CONVERTION_H 00012 00013 #include "fsal.h" 00014 00015 int fsal2posix_testperm(fsal_accessflags_t testperm); 00016 int fuse2fsal_error(int errorcode, int noent_is_stale); 00017 fsal_status_t posix2fsal_attributes(struct stat *p_buffstat, 00018 fsal_attrib_list_t * p_fsalattr_out); 00019 00020 fsal_nodetype_t posix2fsal_type(mode_t posix_type_in); 00021 fsal_time_t posix2fsal_time(time_t tsec); 00022 fsal_fsid_t posix2fsal_fsid(dev_t posix_devid); 00023 fsal_dev_t posix2fsal_devt(dev_t posix_devid); 00024 00025 #endif