⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fuse_common_compat.h

📁 Linux下fuse用户文件系统的的源代码
💻 H
字号:
/*    FUSE: Filesystem in Userspace    Copyright (C) 2001-2006  Miklos Szeredi <miklos@szeredi.hu>    This program can be distributed under the terms of the GNU LGPL.    See the file COPYING.LIB.*//* these definitions provide source compatibility to prior versions.   Do not include this file directly! */struct fuse_file_info_compat {    int flags;    unsigned long fh;    int writepage;    unsigned int direct_io : 1;    unsigned int keep_cache : 1;};int fuse_mount_compat25(const char *mountpoint, struct fuse_args *args);int fuse_mount_compat22(const char *mountpoint, const char *opts);int fuse_mount_compat1(const char *mountpoint, const char *args[]);void fuse_unmount_compat22(const char *mountpoint);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -