Searched refs:fuse_dirh_t (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h15 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t);
74 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t);
121 typedef int (*fuse_dirfil_t_compat) (fuse_dirh_t h, const char *name, int type);
125 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_compat);
173 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_compat);
H A Dfuse.h61 typedef struct fuse_dirhandle *fuse_dirh_t; typedef in typeref:struct:fuse_dirhandle
62 typedef int (*fuse_dirfil_t) (fuse_dirh_t h, const char *name, int type,
99 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h187 static int _AddReadDirEntryGetDir(fuse_dirh_t handle,
H A DFUSEVolume.cpp1869 fuseError = fFS->ops.getdir(path, (fuse_dirh_t)&readDirBuffer,
2743 FUSEVolume::_AddReadDirEntryGetDir(fuse_dirh_t handle, const char* name,

Completed in 104 milliseconds