fssh_mode_t
#define mode_t fssh_mode_t
extern int fssh_creat(const char *path, fssh_mode_t mode);
fssh_mode_t mode, uint32_t flags, fssh_fs_vnode *_superVnode,
fssh_mode_t mode, fssh_gid_t nodeGroupID,
fssh_uid_t nodeUserID, fssh_mode_t nodeMode, uint32_t mask,
extern int fssh_chmod(const char *path, fssh_mode_t mode);
extern int fssh_fchmod(int fd, fssh_mode_t mode);
extern int fssh_mkdir(const char *path, fssh_mode_t mode);
extern int fssh_mkfifo(const char *path, fssh_mode_t mode);
extern fssh_mode_t fssh_umask(fssh_mode_t cmask);
fssh_mode_t fssh_st_mode; /* mode bits (rwx for user, group, etc) */
fssh_mode_t mode = 0;
mode = va_arg(args, fssh_mode_t);
fssh_creat(const char *path, fssh_mode_t mode)
get_permissions(const char* modeString, fssh_mode_t& _permissions)
fssh_mode_t permissions = 0;
fssh_mode_t mode = st.fssh_st_mode;
fssh_mode_t permissions;
fssh_mkdir(const char *path, fssh_mode_t mode)
fssh_mode_t
fssh_mode_t fsshMode = 0;
to_platform_mode(fssh_mode_t fsshMode)
mode_t to_platform_mode(fssh_mode_t mode);
fssh_mode_t __fssh_gUmask = 022;
fssh_check_access_permissions(int accessMode, fssh_mode_t mode,
fssh_mode_t nodeMode, uint32_t mask, const struct fssh_stat* stat)