Home
last modified time | relevance | path

Searched refs:iterate (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v4.19/fs/btrfs/
Dbackref.h33 iterate_extent_inodes_t *iterate, void *ctx,
38 iterate_extent_inodes_t *iterate, void *ctx,
Dbackref.c1860 iterate_extent_inodes_t *iterate, void *ctx) argument
1870 ret = iterate(eie->inum, eie->offset, root, ctx);
1890 iterate_extent_inodes_t *iterate, void *ctx, argument
1939 iterate, ctx);
1958 iterate_extent_inodes_t *iterate, void *ctx, argument
1977 iterate, ctx, ignore_offset);
1987 iterate_irefs_t *iterate, void *ctx) argument
2035 ret = iterate(parent, name_len,
2053 iterate_irefs_t *iterate, void *ctx) argument
2099 ret = iterate(parent, name_len,
[all …]
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-device.rst68 Sometimes you need to iterate over all devices registered by a specific
73 You can iterate over all registered devices as follows:
88 int iterate(void *p)
96 /* iterate over all ivtv device instances */
Dmc-core.rst138 The media framework provides APIs to iterate over entities in a graph.
140 To iterate over all entities belonging to a media device, drivers can use
153 Drivers might also need to iterate over all entities in a graph that can be
/Linux-v4.19/fs/coda/
Ddir.c433 if (host_file->f_op->iterate || host_file->f_op->iterate_shared) { in coda_readdir()
444 ret = host_file->f_op->iterate(host_file, ctx); in coda_readdir()
587 .iterate = coda_readdir,
/Linux-v4.19/drivers/staging/erofs/
Ddir.c143 .iterate = erofs_readdir,
/Linux-v4.19/Documentation/kbuild/
DKconfig.recursion-issue-0110 # Kconfig needs to address. We iterate over what Kconfig needs to address
/Linux-v4.19/Documentation/pcmcia/
Ddriver-changes.txt63 By calling pcmcia_loop_config(), a driver can iterate over all available
129 It is no longer necessary to iterate on the driver's internal
/Linux-v4.19/Documentation/
Dsiphash.txt69 You may then iterate like usual over the returned hash bucket.
181 You may then iterate like usual over the returned hash bucket.
/Linux-v4.19/fs/
Dreaddir.c33 else if (!file->f_op->iterate) in iterate_dir()
53 res = file->f_op->iterate(file, ctx); in iterate_dir()
/Linux-v4.19/fs/adfs/
Ddir.c175 .iterate = adfs_readdir,
/Linux-v4.19/Documentation/powerpc/
Dcpu_features.txt54 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst129 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
/Linux-v4.19/Documentation/driver-model/
Dbus.txt77 These helpers iterate over the respective list, and call the callback
Dclass.txt69 class, iterate over the device lists of each driver in the class.
/Linux-v4.19/fs/orangefs/
Ddir.c401 .iterate = orangefs_dir_iterate,
/Linux-v4.19/scripts/gcc-plugins/
Dgcc-common.h922 (L)->referring.iterate((I), &(P))
924 (L)->reference.iterate((I), &(P))
/Linux-v4.19/fs/exportfs/
Dexpfs.c317 if (!file->f_op->iterate && !file->f_op->iterate_shared) in get_name()
/Linux-v4.19/Documentation/filesystems/
Dporting453 ->readdir() is gone now; switch to ->iterate()
558 ->iterate_shared() is added; it's a parallel variant of ->iterate().
565 Often enough ->iterate() can serve as ->iterate_shared() without any
567 per-inode or per-dentry in-core data structures modified by ->iterate(),
Dseq_file.txt255 before, and gets set up to iterate through the virtual file.
339 These helpers will interpret pos as a position within the list and iterate
/Linux-v4.19/Documentation/block/
Dbiovecs.txt108 biovec, in order to calculate bi_vcnt for the new bio we'd have to iterate
/Linux-v4.19/Documentation/core-api/
Dcpu_hotplug.rst93 ``cpu_possible_mask`` or ``for_each_possible_cpu()`` to iterate. To macro
94 ``for_each_cpu()`` can be used to iterate over a custom CPU mask.
/Linux-v4.19/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt164 int iterate(void *p)
/Linux-v4.19/fs/ceph/
Ddir.c1487 .iterate = ceph_readdir,
1498 .iterate = ceph_readdir,
/Linux-v4.19/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst96 important to re-iterate that no device is created if a direct filesystem lookup

12