Searched defs:fuse_operations (Results 1 – 1 of 1) sorted by relevance
99 struct fuse_operations { struct104 int (*mkdir)(const char *, mode_t);105 int (*unlink)(const char *);106 int (*rmdir)(const char *);109 int (*link)(const char *, const char *);110 int (*chmod)(const char *, mode_t);112 int (*truncate)(const char *, off_t);133 void *(*init)(struct fuse_conn_info *);134 void (*destroy)(void *);135 int (*access)(const char *, int);[all …]