Home
last modified time | relevance | path

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

12345

/linux/fs/fuse/
A Dreaddir.c413 ff->readdir.pos = dirent->off; in fuse_parse_cache()
414 ff->readdir.cache_off += reclen; in fuse_parse_cache()
447 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached()
448 ff->readdir.pos = 0; in fuse_readdir_cached()
449 ff->readdir.cache_off = 0; in fuse_readdir_cached()
493 ff->readdir.pos = 0; in fuse_readdir_cached()
494 ff->readdir.cache_off = 0; in fuse_readdir_cached()
500 if (ff->readdir.pos == 0) in fuse_readdir_cached()
556 ff->readdir.cache_off = ALIGN(ff->readdir.cache_off, PAGE_SIZE); in fuse_readdir_cached()
577 mutex_lock(&ff->readdir.lock); in fuse_readdir()
[all …]
A DMakefile10 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
/linux/tools/iio/
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()
A 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()
583 while (ent = readdir(dp), ent) { in find_type_by_name()
/linux/fs/orangefs/
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()
A Dupcall.h239 struct orangefs_readdir_request_s readdir; member
/linux/Documentation/filesystems/
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 …]
/linux/fs/overlayfs/
A DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/linux/tools/testing/selftests/proc/
A Dproc.h48 de = readdir(d); in xreaddir()
A Dproc-tid0.c68 while ((de = readdir(d))) { in main()
A Dproc-subset-pid.c87 while ((de = readdir(d))) { in main()
/linux/tools/perf/util/
A Dutil.c170 while ((d = readdir(dir)) != NULL && !ret) { in rm_rf_depth_pat()
260 while ((d = readdir(dir)) != NULL) { in lsdir()
/linux/tools/testing/selftests/powerpc/dscr/
A Ddscr_sysfs_test.c52 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
/linux/scripts/dtc/
A Dfstree.c24 while ((de = readdir(d)) != NULL) { in read_fstree()
/linux/tools/testing/selftests/memfd/
A Dfuse_mnt.c103 .readdir = memfd_readdir,
/linux/fs/nfsd/
A Dnfs4xdr.c1263 ARRAY_SIZE(readdir->rd_bmval)) < 0) in nfsd4_decode_readdir()
4113 if (!readdir->rd_dircount) in nfsd4_encode_readdir()
4116 readdir->xdr = xdr; in nfsd4_encode_readdir()
4117 readdir->rd_maxcount = maxcount; in nfsd4_encode_readdir()
4118 readdir->common.err = 0; in nfsd4_encode_readdir()
4119 readdir->cookie_offset = 0; in nfsd4_encode_readdir()
4121 offset = readdir->rd_cookie; in nfsd4_encode_readdir()
4122 nfserr = nfsd_readdir(readdir->rd_rqstp, readdir->rd_fhp, in nfsd4_encode_readdir()
4124 &readdir->common, nfsd4_encode_dirent); in nfsd4_encode_readdir()
4126 readdir->common.err == nfserr_toosmall && in nfsd4_encode_readdir()
[all …]
A Dnfs4proc.c831 struct nfsd4_readdir *readdir = &u->readdir; in nfsd4_readdir() local
832 u64 cookie = readdir->rd_cookie; in nfsd4_readdir()
837 if (readdir->rd_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1) in nfsd4_readdir()
840 readdir->rd_bmval[0] &= nfsd_suppattrs[cstate->minorversion][0]; in nfsd4_readdir()
841 readdir->rd_bmval[1] &= nfsd_suppattrs[cstate->minorversion][1]; in nfsd4_readdir()
842 readdir->rd_bmval[2] &= nfsd_suppattrs[cstate->minorversion][2]; in nfsd4_readdir()
845 (cookie == 0 && memcmp(readdir->rd_verf.data, zeroverf.data, NFS4_VERIFIER_SIZE))) in nfsd4_readdir()
848 readdir->rd_rqstp = rqstp; in nfsd4_readdir()
849 readdir->rd_fhp = &cstate->current_fh; in nfsd4_readdir()
2742 rlen = min(op->u.readdir.rd_maxcount, maxcount); in nfsd4_readdir_rsize()
A Dxdr.h138 struct nfsd_readdirargs readdir; member
/linux/fs/cifs/
A DMakefile11 readdir.o ioctl.o sess.o export.o smb1ops.o unc.o winucase.o \
/linux/tools/power/acpi/os_specific/service_layers/
A Dosunixdir.c99 while ((dir_entry = readdir(external_info->dir_ptr))) { in acpi_os_get_next_filename()
/linux/arch/um/os-Linux/
A Duser_syms.c89 EXPORT_SYMBOL_PROTO(readdir);
/linux/fs/
A D.readdir.o.cmd1readdir.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…
3 source_fs/readdir.o := fs/readdir.c
5 deps_fs/readdir.o := \
1221 fs/readdir.o: $(deps_fs/readdir.o)
1223 $(deps_fs/readdir.o):
/linux/tools/perf/arch/x86/util/
A Dpmu.c91 while ((dent = readdir(dir))) { in setup_pmu_alias_list()
/linux/tools/testing/selftests/ir/
A Dir_loopback.c75 while ((dent = readdir(d)) != NULL) { in lirc_open()
/linux/tools/gpio/
A Dlsgpio.c209 while (ent = readdir(dp), ent) { in main()

Completed in 44 milliseconds

12345