Home
last modified time | relevance | path

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

12345

/Linux-v6.1/fs/fuse/
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 …]
DMakefile10 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
/Linux-v6.1/tools/perf/util/
Dtracepoint.h11 while ((evt_dirent = readdir(evt_dir)) != NULL) \
18 while ((sys_dirent = readdir(sys_dir)) != NULL) \
Dutil.c171 while ((d = readdir(dir)) != NULL && !ret) { in rm_rf_depth_pat()
294 while ((d = readdir(dir)) != NULL) { in lsdir()
/Linux-v6.1/tools/iio/
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()
Diio_utils.c122 while (ent = readdir(dp), ent) in iioutils_get_type()
247 while (ent = readdir(dp), ent) in iioutils_get_param_float()
337 while (ent = readdir(dp), ent) in build_channel_array()
382 while (ent = readdir(dp), ent) { in build_channel_array()
587 while (ent = readdir(dp), ent) { in find_type_by_name()
/Linux-v6.1/fs/orangefs/
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()
/Linux-v6.1/fs/overlayfs/
DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/Linux-v6.1/tools/bpf/bpftool/
Dperf.c164 while ((proc_de = readdir(proc))) { in show_proc()
184 while ((pid_fd_de = readdir(pid_fd))) { in show_proc()
/Linux-v6.1/tools/perf/arch/arm/util/
Dauxtrace.c73 while ((dent = readdir(dir))) { in find_all_hisi_ptt_pmus()
89 while ((dent = readdir(dir))) { in find_all_hisi_ptt_pmus()
/Linux-v6.1/tools/testing/selftests/proc/
Dproc.h48 de = readdir(d); in xreaddir()
Dproc-tid0.c68 while ((de = readdir(d))) { in main()
Dproc-subset-pid.c87 while ((de = readdir(d))) { in main()
/Linux-v6.1/Documentation/filesystems/
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 …]
/Linux-v6.1/tools/testing/selftests/powerpc/dscr/
Ddscr_sysfs_test.c52 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
/Linux-v6.1/scripts/dtc/
Dfstree.c24 while ((de = readdir(d)) != NULL) { in read_fstree()
/Linux-v6.1/tools/testing/selftests/memfd/
Dfuse_mnt.c103 .readdir = memfd_readdir,
/Linux-v6.1/tools/testing/selftests/powerpc/papr_attributes/
Dattr_test.c75 while ((entry = readdir(dirp)) != NULL) { in verify_energy_info()
/Linux-v6.1/fs/cifs/
DMakefile11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
/Linux-v6.1/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c99 while ((dir_entry = readdir(external_info->dir_ptr))) { in acpi_os_get_next_filename()
/Linux-v6.1/fs/nfsd/
Dnfs4xdr.c1257 nfsd4_decode_readdir(struct nfsd4_compoundargs *argp, struct nfsd4_readdir *readdir) in nfsd4_decode_readdir() argument
1261 memset(readdir, 0, sizeof(*readdir)); in nfsd4_decode_readdir()
1262 if (xdr_stream_decode_u64(argp->xdr, &readdir->rd_cookie) < 0) in nfsd4_decode_readdir()
1264 status = nfsd4_decode_verifier4(argp, &readdir->rd_verf); in nfsd4_decode_readdir()
1267 if (xdr_stream_decode_u32(argp->xdr, &readdir->rd_dircount) < 0) in nfsd4_decode_readdir()
1269 if (xdr_stream_decode_u32(argp->xdr, &readdir->rd_maxcount) < 0) in nfsd4_decode_readdir()
1271 if (xdr_stream_decode_uint32_array(argp->xdr, readdir->rd_bmval, in nfsd4_decode_readdir()
1272 ARRAY_SIZE(readdir->rd_bmval)) < 0) in nfsd4_decode_readdir()
4100 nfsd4_encode_readdir(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_readdir *readdir) in nfsd4_encode_readdir() argument
4131 maxcount = min_t(u32, readdir->rd_maxcount, maxcount); in nfsd4_encode_readdir()
[all …]
/Linux-v6.1/arch/um/os-Linux/
Duser_syms.c90 EXPORT_SYMBOL_PROTO(readdir);
/Linux-v6.1/tools/perf/arch/x86/util/
Dpmu.c91 while ((dent = readdir(dir))) { in setup_pmu_alias_list()
/Linux-v6.1/tools/testing/selftests/ir/
Dir_loopback.c84 while ((dent = readdir(d)) != NULL) { in lirc_open()
/Linux-v6.1/tools/gpio/
Dlsgpio.c209 while (ent = readdir(dp), ent) { in main()

12345