/kernel/linux/linux-5.10/fs/fuse/ |
H A D | readdir.c | 74 /* 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 D | Makefile | 10 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 D | readdir.c | 74 /* 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 D | Makefile | 10 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 D | tracepoint.h | 11 while ((evt_dirent = readdir(evt_dir)) != NULL) \ 18 while ((sys_dirent = readdir(sys_dir)) != NULL) \
|
/kernel/linux/linux-5.10/tools/iio/ |
H A 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()
|
H A 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() 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 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()
|
H A D | iio_utils.c | 122 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 D | dir.c | 69 * 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 D | dir.c | 69 * 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 D | shcmd.c | 237 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 D | Makefile | 8 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 D | Makefile | 8 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 D | auxtrace.c | 73 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 D | perf.c | 166 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 D | posix_fs_readdir_test.c | 35 * @tc.name readdir 46 dResult = readdir(dir);
|
/kernel/liteos_a/shell/full/src/base/ |
H A D | shcmd.c | 230 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 D | dirent.h | 70 struct dirent *readdir(DIR *dir);
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc.h | 48 de = readdir(d); in xreaddir()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc.h | 48 de = readdir(d); in xreaddir()
|
H A D | proc-tid0.c | 68 while ((de = readdir(d))) { in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_sysfs_test.c | 53 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | Makefile | 11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_sysfs_test.c | 42 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults()
|