Searched refs:fuse_ino_t (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.h20 int fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
22 int fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st);
23 int fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr,
25 int fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size);
26 int fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
28 int fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name);
29 int fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name);
30 int fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent,
32 int fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
33 fuse_ino_t newparen
[all...]
H A DFUSELowLevel.cpp84 fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
100 fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st)
114 fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr,
129 fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size)
143 fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
157 fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name)
170 fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name)
183 fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent,
197 fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
198 fuse_ino_t newparen
[all...]
H A DFUSEVolume.cpp1655 fuse_ino_t ino;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h15 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
16 void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
17 void (*getattr) (fuse_req_t req, fuse_ino_t ino,
19 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
21 void (*readlink) (fuse_req_t req, fuse_ino_t ino);
22 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
24 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
26 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
27 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name);
28 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t paren
[all...]
H A Dfuse_lowlevel.h47 typedef unsigned long fuse_ino_t; typedef
76 fuse_ino_t ino;
205 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
243 void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
256 void (*getattr) (fuse_req_t req, fuse_ino_t ino,
286 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
299 void (*readlink) (fuse_req_t req, fuse_ino_t ino);
317 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
332 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
350 void (*unlink) (fuse_req_t req, fuse_ino_t paren
[all...]

Completed in 60 milliseconds