/Linux-v5.4/fs/fuse/ |
D | readdir.c | 381 unsigned int offset = ff->readdir.cache_off & ~PAGE_MASK; in fuse_parse_cache() 403 if (ff->readdir.pos == ctx->pos) { in fuse_parse_cache() 410 ff->readdir.pos = dirent->off; in fuse_parse_cache() 411 ff->readdir.cache_off += reclen; in fuse_parse_cache() 444 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached() 445 ff->readdir.pos = 0; in fuse_readdir_cached() 446 ff->readdir.cache_off = 0; in fuse_readdir_cached() 489 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached() 490 ff->readdir.pos = 0; in fuse_readdir_cached() 491 ff->readdir.cache_off = 0; in fuse_readdir_cached() [all …]
|
D | Makefile | 10 fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o
|
/Linux-v5.4/tools/iio/ |
D | lsiio.c | 49 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()
|
D | iio_utils.c | 120 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() 579 while (ent = readdir(dp), ent) { in find_type_by_name()
|
/Linux-v5.4/fs/orangefs/ |
D | dir.c | 75 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()
|
D | upcall.h | 239 struct orangefs_readdir_request_s readdir; member
|
/Linux-v5.4/fs/overlayfs/ |
D | Makefile | 8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
/Linux-v5.4/Documentation/filesystems/ |
D | orangefs.txt | 240 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 …]
|
/Linux-v5.4/tools/testing/selftests/proc/ |
D | proc.h | 48 de = readdir(d); in xreaddir()
|
/Linux-v5.4/tools/perf/util/ |
D | util.c | 152 while ((d = readdir(dir)) != NULL && !ret) { in rm_rf_depth_pat() 225 while ((d = readdir(dir)) != NULL) { in lsdir()
|
D | cpumap.c | 436 while ((dent1 = readdir(dir1)) != NULL) { in cpu__setup_cpunode_map() 449 while ((dent2 = readdir(dir2)) != NULL) { in cpu__setup_cpunode_map()
|
/Linux-v5.4/fs/cifs/ |
D | Makefile | 11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
|
/Linux-v5.4/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_test.c | 52 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
|
/Linux-v5.4/scripts/dtc/ |
D | fstree.c | 24 while ((de = readdir(d)) != NULL) { in read_fstree()
|
/Linux-v5.4/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 103 .readdir = memfd_readdir,
|
/Linux-v5.4/tools/power/acpi/os_specific/service_layers/ |
D | osunixdir.c | 99 while ((dir_entry = readdir(external_info->dir_ptr))) { in acpi_os_get_next_filename()
|
/Linux-v5.4/fs/nfsd/ |
D | nfs4xdr.c | 1095 nfsd4_decode_readdir(struct nfsd4_compoundargs *argp, struct nfsd4_readdir *readdir) in nfsd4_decode_readdir() argument 1100 p = xdr_decode_hyper(p, &readdir->rd_cookie); in nfsd4_decode_readdir() 1101 COPYMEM(readdir->rd_verf.data, sizeof(readdir->rd_verf.data)); in nfsd4_decode_readdir() 1102 readdir->rd_dircount = be32_to_cpup(p++); in nfsd4_decode_readdir() 1103 readdir->rd_maxcount = be32_to_cpup(p++); in nfsd4_decode_readdir() 1104 if ((status = nfsd4_decode_bitmap(argp, readdir->rd_bmval))) in nfsd4_decode_readdir() 3662 nfsd4_encode_readdir(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_readdir *readdir) in nfsd4_encode_readdir() argument 3693 maxcount = min_t(u32, readdir->rd_maxcount, maxcount); in nfsd4_encode_readdir() 3706 if (!readdir->rd_dircount) in nfsd4_encode_readdir() 3707 readdir->rd_dircount = svc_max_payload(resp->rqstp); in nfsd4_encode_readdir() [all …]
|
D | xdr.h | 130 struct nfsd_readdirargs readdir; member
|
D | nfs4proc.c | 805 struct nfsd4_readdir *readdir = &u->readdir; in nfsd4_readdir() local 806 u64 cookie = readdir->rd_cookie; in nfsd4_readdir() 811 if (readdir->rd_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1) in nfsd4_readdir() 814 readdir->rd_bmval[0] &= nfsd_suppattrs[cstate->minorversion][0]; in nfsd4_readdir() 815 readdir->rd_bmval[1] &= nfsd_suppattrs[cstate->minorversion][1]; in nfsd4_readdir() 816 readdir->rd_bmval[2] &= nfsd_suppattrs[cstate->minorversion][2]; in nfsd4_readdir() 819 (cookie == 0 && memcmp(readdir->rd_verf.data, zeroverf.data, NFS4_VERIFIER_SIZE))) in nfsd4_readdir() 822 readdir->rd_rqstp = rqstp; in nfsd4_readdir() 823 readdir->rd_fhp = &cstate->current_fh; in nfsd4_readdir() 2185 rlen = min(op->u.readdir.rd_maxcount, maxcount); in nfsd4_readdir_rsize()
|
/Linux-v5.4/arch/um/os-Linux/ |
D | user_syms.c | 89 EXPORT_SYMBOL_PROTO(readdir);
|
/Linux-v5.4/tools/gpio/ |
D | lsgpio.c | 176 while (ent = readdir(dp), ent) { in main()
|
/Linux-v5.4/tools/testing/selftests/ir/ |
D | ir_loopback.c | 75 while ((dent = readdir(d)) != NULL) { in lirc_open()
|
/Linux-v5.4/fs/jffs2/ |
D | TODO | 30 got a match, and in readdir().
|
/Linux-v5.4/tools/testing/selftests/gpio/ |
D | gpio-mockup-chardev.c | 150 while (ent = readdir(dp), ent) { in list_gpiochip()
|
/Linux-v5.4/tools/hv/ |
D | hv_vss_daemon.c | 93 while ((entry = readdir(dir)) != NULL) { in is_dev_loop()
|