Searched refs:readdir (Results 1 - 25 of 57) sorted by path

123

/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h184 op_readdir *readdir; member in struct:vnode_ops
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp178 while (struct dirent* dirEntry = readdir(fDirHandle)) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp180 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_DIR, fFSOps->readdir);
H A DBeOSKernelVolume.cpp483 if (!fFSOps->readdir)
489 return fFSOps->readdir(fVolumeCookie, node, cookie, (long*)countRead,
H A Dfs_interface.h203 beos_op_readdir *readdir; member in struct:beos_vnode_ops
/haiku/src/bin/consoled/
H A Dconsoled.cpp243 dirent* entry = readdir(dir);
312 while ((entry = readdir(dir)) != NULL) {
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp339 while (dirent_t* entry = readdir(dir)) {
/haiku/src/bin/unzip/
H A Dbeos.c126 while ((file = readdir(wild_dir)) != (struct dirent *)NULL) {
161 while ((file = readdir(wild_dir)) != (struct dirent *)NULL) {
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp124 while (dirent* entry = readdir(dir)) {
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp157 return readdir(dir);
H A Dfs_query.cpp79 return readdir(dir);
/haiku/src/system/libroot/posix/
H A Dglob.c650 readdirfunc = readdir;
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp128 while (struct dirent* entry = readdir(dir)) {
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp472 while (struct dirent* entry = readdir(dir)) {
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp157 while (count < deviceNumber && (entry = readdir(directory)) != NULL) {
/haiku/src/tools/
H A Drm_attrs.cpp101 while (dirent* entry = readdir(dir)) {
/haiku/headers/posix/
H A Ddirent.h41 struct dirent* readdir(DIR* 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_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
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_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
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp345 while ((dirent = readdir(dir)) != NULL) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h134 * will be available to subsequent readdir(). When used
151 int (*readdir)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/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/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp504 bool readDirSupport = fLowLevelOps.opendir != NULL || fLowLevelOps.readdir != NULL;
565 bool readDirSupport = fFS->ops.opendir != NULL || fFS->ops.readdir != NULL

Completed in 155 milliseconds

123