Searched refs:readdir (Results 1 - 25 of 57) sorted by last modified time

123

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp260 struct dirent *hostEntry = readdir(fDir);
H A Dfuse.cpp175 PRINTD("##readdir\n");
409 fuseOps->readdir = fuse_readdir;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp2149 if (fFS->ops.readdir == NULL && fFS->ops.getdir != NULL) {
2294 PRINT((" using readdir() interface\n"));
H A DFUSEFileSystem.cpp504 bool readDirSupport = fLowLevelOps.opendir != NULL || fLowLevelOps.readdir != NULL;
565 bool readDirSupport = fFS->ops.opendir != NULL || fFS->ops.readdir != NULL
H A Dfuse_fs.cpp159 if (fs->ops.readdir == NULL)
161 return fs->ops.readdir(path, buf, filler, off, fi);
H A DFUSELowLevel.cpp309 // intentioanlly check for readdir here. Some filesystems do not need an opendir, but still
310 // implement readdir. However if readdir is not implemented, there is no point in trying to
312 if (ops->readdir == NULL)
330 if (ops->readdir == NULL)
339 ops->readdir(&request, ino, bufferSize, pos, ffi);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp716 while (dirent* entry = readdir(dir.Get())) {
906 while (dirent* entry = readdir(dir.Get())) {
/haiku/src/libs/bsd/
H A Dfts.c647 ret = readdir(dirp);
/haiku/src/tests/system/libroot/posix/
H A Ddirent_test.cpp20 dirent = readdir(dir);
32 dirent = readdir(dir);
/haiku/src/system/kernel/
H A Dmodule.cpp959 if ((dirent = readdir(iterator->current_dir)) == NULL) {
1494 while ((dirent = readdir(dir)) != NULL) {
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp345 while ((dirent = readdir(dir)) != NULL) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2300 void readdir() {} function
H A Dlibroot_stubs.c2321 void readdir() {} function
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp419 while (count < deviceNumber && (entry = readdir(directory)) != NULL) {
/haiku/src/build/libroot/
H A Dfs.cpp209 while (dirent *entry = readdir(dir)) {
624 entry = readdir(descriptor->dir);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp981 struct dirent* dirent = readdir(fDirectory);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2841 while ( ( de = readdir( dirp ) ) != 0 ) /* dirent or direct */
/haiku/src/system/libroot/posix/musl/dirent/
H A Dscandir.c20 while ((errno=0), (de = readdir(d))) {
/haiku/src/system/libroot/posix/
H A Ddirent.cpp202 readdir(DIR* dir) function
250 struct dirent* dirent = readdir(dir);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h51 /** Function to add an entry in a readdir() operation
53 * @param buf the buffer passed to the readdir() operation
108 /* Deprecated, use readdir() instead */
278 * passed to readdir, releasedir and fsyncdir.
291 * 1) The readdir implementation ignores the offset parameter, and
294 * whole directory is read in a single readdir operation. This
297 * 2) The readdir implementation keeps track of the offsets of the
305 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations
461 * read, write, flush, release, fsync, readdir, releasedir,
473 * read, write, flush, release, fsync, readdir, releasedi
[all...]
H A Dfuse_lowlevel_compat.h48 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member in struct:fuse_lowlevel_ops_compat25
115 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h582 * stream operations (readdir, releasedir, fsyncdir).
622 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member in struct:fuse_lowlevel_ops
1150 * read, readdir, getxattr, listxattr
1163 * read, readdir, getxattr, listxattr
1177 * read, readdir, getxattr, listxattr
1235 * Filling a buffer in readdir *
H A Dfuse_compat.h41 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations_compat25
100 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations_compat22
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c91 while ((de = readdir(d))) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1271 while (dirent* entry = readdir(dir)) {
1492 while (dirent* entry = readdir(dir)) {

Completed in 178 milliseconds

123