Home
last modified time | relevance | path

Searched refs:readdir (Results 1 – 25 of 182) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dreaddir.c386 unsigned int offset = ff->readdir.cache_off & ~PAGE_MASK; in fuse_parse_cache()
408 if (ff->readdir.pos == ctx->pos) { in fuse_parse_cache()
415 ff->readdir.pos = dirent->off; in fuse_parse_cache()
416 ff->readdir.cache_off += reclen; in fuse_parse_cache()
449 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached()
450 ff->readdir.pos = 0; in fuse_readdir_cached()
451 ff->readdir.cache_off = 0; in fuse_readdir_cached()
494 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
495 ff->readdir.pos = 0; in fuse_readdir_cached()
496 ff->readdir.cache_off = 0; in fuse_readdir_cached()
[all …]
H A DMakefile10 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A DAutoMount.cpp117 while((p = readdir(dir)) != NULL)//��ʼ������� in AutoMountDev()
154 while((p = readdir(dir)) != NULL){ in AutoMountDev()
223 while((p = readdir(dir)) != NULL){ in AutoMountDev()
371 while((p = readdir(dir)) != NULL) in AutoMountCallback()
401 while((p = readdir(dir)) != NULL) in AutoMountCallback()
498 while((p = readdir(dir)) != NULL) in AutoMountCallback()
538 while((p = readdir(dir)) != NULL) in AutoMountCallback()
/OK3568_Linux_fs/kernel/tools/iio/
H A Dlsiio.c49 while (ent = readdir(dp), ent) in dump_channels()
113 while (ent = readdir(dp), ent) { in dump_devices()
135 while (ent = readdir(dp), ent) { in dump_devices()
H A Diio_utils.c120 while (ent = readdir(dp), ent) in iioutils_get_type()
245 while (ent = readdir(dp), ent) in iioutils_get_param_float()
334 while (ent = readdir(dp), ent) in build_channel_array()
379 while (ent = readdir(dp), ent) { in build_channel_array()
583 while (ent = readdir(dp), ent) { in find_type_by_name()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-replace-readdir_r-with-readdir.patch4 Subject: [PATCH] replace readdir_r with readdir
29 + result = readdir(d);
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Ddir.c75 op->upcall.req.readdir.refn = oi->refn; in do_readdir()
76 op->upcall.req.readdir.token = od->token; in do_readdir()
77 op->upcall.req.readdir.max_dirent_count = in do_readdir()
87 op->upcall.req.readdir.buf_index = bufi; in do_readdir()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Ddirent.h162 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
165 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
168 # define readdir readdir64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Ddirent.h162 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
165 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
168 # define readdir readdir64 macro
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DDirUtil.c194 while ((de = readdir(dir)) != NULL) { in dirUnlinkHierarchy()
253 while (errno == 0 && (de = readdir(dir)) != NULL) { in dirSetHierarchyPermissions()
/OK3568_Linux_fs/external/recovery/minzip/
H A DDirUtil.c194 while ((de = readdir(dir)) != NULL) { in dirUnlinkHierarchy()
253 while (errno == 0 && (de = readdir(dir)) != NULL) { in dirSetHierarchyPermissions()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dorangefs.rst250 mlocked memory buffers, one is used for IO and one is used for readdir
251 operations. The IO buffer is 41943040 bytes and the readdir buffer is
304 int array used to indicate which of the readdir buffer's partitions are
340 filesystem operation on Orangefs (readdir, I/O, create, whatever)
391 - readdir ops use the smaller of the two pre-allocated pre-partitioned
392 memory buffers. The readdir buffer is only available to userspace.
394 a readdir op. Userspace deposits the results into the indexed partition
418 - 0 unless readdir operation.
420 - initialized to NULL, used during readdir operations.
471 the readdir buffer descriptor specified in the upcall.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A Dpass-ptest-env.patch43 while ((dp = readdir (dir)) != NULL) {
71 while ((dp = readdir (dir)) != NULL) {
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc.h48 de = readdir(d); in xreaddir()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dutil.c170 while ((d = readdir(dir)) != NULL && !ret) { in rm_rf_depth_pat()
260 while ((d = readdir(dir)) != NULL) { in lsdir()
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c142 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp); member
166 .readdir = fat_readdir,
466 ret = info->readdir(dirs, &dirent); in fs_readdir()
/OK3568_Linux_fs/kernel/fs/cifs/
H A DMakefile11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c52 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dfstree.c39 while ((de = readdir(d)) != NULL) { in read_fstree()
/OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/
H A Dfuse_mnt.c103 .readdir = memfd_readdir,
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfstree.c24 while ((de = readdir(d)) != NULL) { in read_fstree()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c1136 nfsd4_decode_readdir(struct nfsd4_compoundargs *argp, struct nfsd4_readdir *readdir) in nfsd4_decode_readdir() argument
1141 p = xdr_decode_hyper(p, &readdir->rd_cookie); in nfsd4_decode_readdir()
1142 COPYMEM(readdir->rd_verf.data, sizeof(readdir->rd_verf.data)); in nfsd4_decode_readdir()
1143 readdir->rd_dircount = be32_to_cpup(p++); in nfsd4_decode_readdir()
1144 readdir->rd_maxcount = be32_to_cpup(p++); in nfsd4_decode_readdir()
1145 if ((status = nfsd4_decode_bitmap(argp, readdir->rd_bmval))) in nfsd4_decode_readdir()
3938 nfsd4_encode_readdir(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_readdir *readdir) in nfsd4_encode_readdir() argument
3969 maxcount = min_t(u32, readdir->rd_maxcount, maxcount); in nfsd4_encode_readdir()
3982 if (!readdir->rd_dircount) in nfsd4_encode_readdir()
3983 readdir->rd_dircount = svc_max_payload(resp->rqstp); in nfsd4_encode_readdir()
[all …]
/OK3568_Linux_fs/kernel/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c99 while ((dir_entry = readdir(external_info->dir_ptr))) { in acpi_os_get_next_filename()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/
H A D0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch6 because readdir() is also not deterministic.

12345678