Home
last modified time | relevance | path

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

1234

/Linux-v4.19/tools/iio/
Dlsiio.c52 while (ent = readdir(dp), ent) in dump_channels()
116 while (ent = readdir(dp), ent) { in dump_devices()
138 while (ent = readdir(dp), ent) { in dump_devices()
Diio_utils.c123 while (ent = readdir(dp), ent) in iioutils_get_type()
248 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()
582 while (ent = readdir(dp), ent) { in find_type_by_name()
/Linux-v4.19/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()
Dupcall.h239 struct orangefs_readdir_request_s readdir; member
/Linux-v4.19/fs/overlayfs/
DMakefile7 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/Linux-v4.19/fs/exofs/
DBUGS3 unmounted and mounted the kernel can get into an endless loop doing a readdir.
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt240 mlocked memory buffers, one is used for IO and one is used for readdir
241 operations. The IO buffer is 41943040 bytes and the readdir buffer is
291 int array used to indicate which of the readdir buffer's partitions are
320 filesystem operation on Orangefs (readdir, I/O, create, whatever)
371 - readdir ops use the smaller of the two pre-allocated pre-partitioned
372 memory buffers. The readdir buffer is only available to userspace.
374 a readdir op. Userspace deposits the results into the indexed partition
394 - int64_t trailer_size - 0 unless readdir operation.
395 - char *trailer_buf - initialized to NULL, used during readdir operations.
446 the readdir buffer descriptor specified in the upcall.
[all …]
Dceph.txt137 readdir when the client has the entire directory contents in
148 Do not use the dcache as above for readdir.
/Linux-v4.19/tools/testing/selftests/proc/
Dproc.h48 de = readdir(d); in xreaddir()
/Linux-v4.19/fs/cifs/
DMakefile11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/
Ddscr_sysfs_test.c55 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
/Linux-v4.19/scripts/dtc/
Dfstree.c39 while ((de = readdir(d)) != NULL) { in read_fstree()
/Linux-v4.19/tools/testing/selftests/memfd/
Dfuse_mnt.c103 .readdir = memfd_readdir,
/Linux-v4.19/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c99 while ((dir_entry = readdir(external_info->dir_ptr))) { in acpi_os_get_next_filename()
/Linux-v4.19/fs/nfsd/
Dnfs4xdr.c1090 nfsd4_decode_readdir(struct nfsd4_compoundargs *argp, struct nfsd4_readdir *readdir) in nfsd4_decode_readdir() argument
1095 p = xdr_decode_hyper(p, &readdir->rd_cookie); in nfsd4_decode_readdir()
1096 COPYMEM(readdir->rd_verf.data, sizeof(readdir->rd_verf.data)); in nfsd4_decode_readdir()
1097 readdir->rd_dircount = be32_to_cpup(p++); in nfsd4_decode_readdir()
1098 readdir->rd_maxcount = be32_to_cpup(p++); in nfsd4_decode_readdir()
1099 if ((status = nfsd4_decode_bitmap(argp, readdir->rd_bmval))) in nfsd4_decode_readdir()
3660 nfsd4_encode_readdir(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_readdir *readdir) in nfsd4_encode_readdir() argument
3691 maxcount = min_t(u32, readdir->rd_maxcount, maxcount); in nfsd4_encode_readdir()
3704 if (!readdir->rd_dircount) in nfsd4_encode_readdir()
3705 readdir->rd_dircount = svc_max_payload(resp->rqstp); in nfsd4_encode_readdir()
[all …]
Dnfs4proc.c809 struct nfsd4_readdir *readdir = &u->readdir; in nfsd4_readdir() local
810 u64 cookie = readdir->rd_cookie; in nfsd4_readdir()
815 if (readdir->rd_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1) in nfsd4_readdir()
818 readdir->rd_bmval[0] &= nfsd_suppattrs[cstate->minorversion][0]; in nfsd4_readdir()
819 readdir->rd_bmval[1] &= nfsd_suppattrs[cstate->minorversion][1]; in nfsd4_readdir()
820 readdir->rd_bmval[2] &= nfsd_suppattrs[cstate->minorversion][2]; in nfsd4_readdir()
823 (cookie == 0 && memcmp(readdir->rd_verf.data, zeroverf.data, NFS4_VERIFIER_SIZE))) in nfsd4_readdir()
826 readdir->rd_rqstp = rqstp; in nfsd4_readdir()
827 readdir->rd_fhp = &cstate->current_fh; in nfsd4_readdir()
1950 rlen = min(op->u.readdir.rd_maxcount, maxcount); in nfsd4_readdir_rsize()
Dxdr.h130 struct nfsd_readdirargs readdir; member
/Linux-v4.19/arch/um/os-Linux/
Duser_syms.c89 EXPORT_SYMBOL_PROTO(readdir);
/Linux-v4.19/tools/gpio/
Dlsgpio.c179 while (ent = readdir(dp), ent) { in main()
/Linux-v4.19/tools/perf/util/
Dutil.c130 while ((d = readdir(dir)) != NULL && !ret) { in rm_rf()
183 while ((d = readdir(dir)) != NULL) { in lsdir()
Dcpumap.c592 while ((dent1 = readdir(dir1)) != NULL) { in cpu__setup_cpunode_map()
605 while ((dent2 = readdir(dir2)) != NULL) { in cpu__setup_cpunode_map()
/Linux-v4.19/fs/jffs2/
DTODO30 got a match, and in readdir().
/Linux-v4.19/tools/hv/
Dhv_vss_daemon.c104 while ((entry = readdir(dir)) != NULL) { in is_dev_loop()
/Linux-v4.19/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c151 while (ent = readdir(dp), ent) { in list_gpiochip()
/Linux-v4.19/fs/
DMakefile11 ioctl.o readdir.o select.o dcache.o inode.o \

1234