Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/btrfs/
Dbackref.h33 iterate_extent_inodes_t *iterate, void *ctx,
38 iterate_extent_inodes_t *iterate, void *ctx,
Dbackref.c1867 iterate_extent_inodes_t *iterate, void *ctx) argument
1877 ret = iterate(eie->inum, eie->offset, root, ctx);
1897 iterate_extent_inodes_t *iterate, void *ctx, argument
1952 iterate, ctx);
1971 iterate_extent_inodes_t *iterate, void *ctx, argument
1990 iterate, ctx, ignore_offset);
2000 iterate_irefs_t *iterate, void *ctx) argument
2046 ret = iterate(parent, name_len,
2063 iterate_irefs_t *iterate, void *ctx) argument
2105 ret = iterate(parent, name_len,
[all …]
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-device.rst70 Sometimes you need to iterate over all devices registered by a specific
75 You can iterate over all registered devices as follows:
90 int iterate(void *p)
98 /* iterate over all ivtv device instances */
Dmc-core.rst140 The media framework provides APIs to iterate over entities in a graph.
142 To iterate over all entities belonging to a media device, drivers can use
155 Drivers might also need to iterate over all entities in a graph that can be
/Linux-v5.4/fs/coda/
Ddir.c431 if (host_file->f_op->iterate || host_file->f_op->iterate_shared) { in coda_readdir()
442 ret = host_file->f_op->iterate(host_file, ctx); in coda_readdir()
585 .iterate = coda_readdir,
/Linux-v5.4/Documentation/block/
Dbiovecs.rst108 biovec, in order to calculate bi_vcnt for the new bio we'd have to iterate
136 * The following helpers iterate over single-page segment. The passed 'struct
142 * The following helpers iterate over multi-page bvec. The passed 'struct
/Linux-v5.4/Documentation/kbuild/
DKconfig.recursion-issue-0110 # Kconfig needs to address. We iterate over what Kconfig needs to address
/Linux-v5.4/Documentation/security/
Dsiphash.rst69 You may then iterate like usual over the returned hash bucket.
181 You may then iterate like usual over the returned hash bucket.
/Linux-v5.4/Documentation/pcmcia/
Ddriver-changes.rst70 By calling pcmcia_loop_config(), a driver can iterate over all available
140 It is no longer necessary to iterate on the driver's internal
/Linux-v5.4/fs/
Dreaddir.c47 else if (!file->f_op->iterate) in iterate_dir()
67 res = file->f_op->iterate(file, ctx); in iterate_dir()
/Linux-v5.4/fs/adfs/
Ddir.c212 .iterate = adfs_readdir,
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst131 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
/Linux-v5.4/Documentation/powerpc/
Dcpu_features.rst58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
/Linux-v5.4/Documentation/driver-api/driver-model/
Dbus.rst79 These helpers iterate over the respective list, and call the callback
Dclass.rst69 class, iterate over the device lists of each driver in the class.
/Linux-v5.4/fs/orangefs/
Ddir.c401 .iterate = orangefs_dir_iterate,
/Linux-v5.4/scripts/gcc-plugins/
Dgcc-common.h926 (L)->referring.iterate((I), &(P))
928 (L)->reference.iterate((I), &(P))
/Linux-v5.4/fs/exportfs/
Dexpfs.c319 if (!file->f_op->iterate && !file->f_op->iterate_shared) in get_name()
/Linux-v5.4/Documentation/livepatch/
Dcallbacks.rst131 pre/post-patch callback could iterate over all such devices, making a
/Linux-v5.4/Documentation/filesystems/
Dporting.rst534 ->readdir() is gone now; switch to ->iterate()
692 ->iterate_shared() is added; it's a parallel variant of ->iterate().
699 Often enough ->iterate() can serve as ->iterate_shared() without any
701 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-v5.4/Documentation/core-api/
Dxarray.rst30 the others. You can iterate over entries which are marked.
97 xa_extract(). Or you can iterate over the present entries in
454 iterate over every entry which overlaps the specified range.
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-v5.4/Documentation/media/uapi/v4l/
Dextended-controls.rst171 to iterate over all controls using the method described above. Each
/Linux-v5.4/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt164 int iterate(void *p)

12