Searched refs:getdir (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); member in struct:fuse_operations_compat25
74 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t); member in struct:fuse_operations_compat22
125 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_compat); member in struct:fuse_operations_compat2
173 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_compat); member in struct:fuse_operations_compat1
H A Dfuse.h60 /* Used by deprecated getdir() method */
99 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t); member in struct:fuse_operations
261 * This supersedes the old getdir() interface. New applications
270 * works just like the old getdir() method.
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp454 || fFS->ops.getdir;
H A DFUSEVolume.cpp1759 if (fFS->ops.readdir == NULL && fFS->ops.getdir != NULL) {
1760 // no open call -- the FS only supports the deprecated getdir()
1868 PRINT((" using getdir() interface\n"));
1869 fuseError = fFS->ops.getdir(path, (fuse_dirh_t)&readDirBuffer,

Completed in 89 milliseconds