Home
last modified time | relevance | path

Searched refs:readdir (Results 1 - 25 of 163) sorted by relevance

1234567

/kernel/linux/linux-5.10/fs/fuse/
H A Dreaddir.c74 /* Raced with another readdir */ in fuse_add_dirent_to_cache()
394 unsigned int offset = ff->readdir.cache_off & ~PAGE_MASK; in fuse_parse_cache()
416 if (ff->readdir.pos == ctx->pos) { in fuse_parse_cache()
423 ff->readdir.pos = dirent->off; in fuse_parse_cache()
424 ff->readdir.cache_off += reclen; in fuse_parse_cache()
457 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached()
458 ff->readdir.pos = 0; in fuse_readdir_cached()
459 ff->readdir.cache_off = 0; in fuse_readdir_cached()
502 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
503 ff->readdir 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
/kernel/linux/linux-6.6/fs/fuse/
H A Dreaddir.c74 /* Raced with another readdir */ in fuse_add_dirent_to_cache()
394 unsigned int offset = ff->readdir.cache_off & ~PAGE_MASK; in fuse_parse_cache()
416 if (ff->readdir.pos == ctx->pos) { in fuse_parse_cache()
423 ff->readdir.pos = dirent->off; in fuse_parse_cache()
424 ff->readdir.cache_off += reclen; in fuse_parse_cache()
457 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached()
458 ff->readdir.pos = 0; in fuse_readdir_cached()
459 ff->readdir.cache_off = 0; in fuse_readdir_cached()
502 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
503 ff->readdir 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 ioctl.o
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtracepoint.h11 while ((evt_dirent = readdir(evt_dir)) != NULL) \
18 while ((sys_dirent = readdir(sys_dir)) != NULL) \
/kernel/linux/linux-5.10/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()
335 while (ent = readdir(dp), ent) in build_channel_array()
377 while (ent = readdir(dp), ent) { in build_channel_array()
572 while (ent = readdir(dp), ent) { in find_type_by_name()
/kernel/linux/linux-6.6/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.c122 while (ent = readdir(dp), ent) in iioutils_get_type()
247 while (ent = readdir(dp), ent) in iioutils_get_param_float()
338 while (ent = readdir(dp), ent) in build_channel_array()
380 while (ent = readdir(dp), ent) { in build_channel_array()
576 while (ent = readdir(dp), ent) { in find_type_by_name()
/kernel/linux/linux-5.10/fs/orangefs/
H A Ddir.c69 * Despite the badly named field, readdir does not use shared in do_readdir()
70 * memory. However, there are a limited number of readdir in do_readdir()
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()
/kernel/linux/linux-6.6/fs/orangefs/
H A Ddir.c69 * Despite the badly named field, readdir does not use shared in do_readdir()
70 * memory. However, there are a limited number of readdir in do_readdir()
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()
/kernel/liteos_a/apps/shell/src/
H A Dshcmd.c237 for (readDir = readdir(openDir); readDir != NULL; readDir = readdir(openDir)) { in OsPrintMatchList()
310 for (readDir = readdir(openDir); readDir != NULL; readDir = readdir(openDir)) { in OsExecNameMatch()
/kernel/linux/linux-5.10/fs/overlayfs/
H A DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/kernel/linux/linux-6.6/fs/overlayfs/
H A DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H A Dauxtrace.c73 while ((dent = readdir(dir))) { in find_all_hisi_ptt_pmus()
89 while ((dent = readdir(dir))) { in find_all_hisi_ptt_pmus()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dperf.c166 while ((proc_de = readdir(proc))) { in show_proc()
186 while ((pid_fd_de = readdir(pid_fd))) { in show_proc()
/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/
H A Dposix_fs_readdir_test.c35 * @tc.name readdir
46 dResult = readdir(dir);
/kernel/liteos_a/shell/full/src/base/
H A Dshcmd.c230 for (readDir = readdir(openDir); readDir != NULL; readDir = readdir(openDir)) { in OsPrintMatchList()
284 for (readDir = readdir(openDir); readDir != NULL; readDir = readdir(openDir)) { in OsExecNameMatch()
/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Ddirent.h70 struct dirent *readdir(DIR *dir);
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc.h48 de = readdir(d); in xreaddir()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc.h48 de = readdir(d); in xreaddir()
H A Dproc-tid0.c68 while ((de = readdir(d))) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c53 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
/kernel/linux/linux-5.10/fs/cifs/
H A DMakefile11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c42 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()

Completed in 13 milliseconds

1234567