Searched refs:iterate (Results 1 - 10 of 10) sorted by relevance

/linux-master/scripts/gcc-plugins/
H A Dgcc-common.h394 (L)->referring.iterate((I), &(P))
396 (L)->reference.iterate((I), &(P))
/linux-master/fs/adfs/
H A Ddir_f.c319 .iterate = adfs_f_iterate,
H A Dadfs.h128 int (*iterate)(struct adfs_dir *dir, struct dir_context *ctx); member in struct:adfs_dir_ops
H A Ddir_fplus.c282 .iterate = adfs_fplus_iterate,
H A Ddir.c262 ret = ops->iterate(&dir, ctx);
/linux-master/fs/btrfs/
H A Dbackref.h226 iterate_extent_inodes_t *iterate, void *user_ctx);
H A Ddefrag.c671 goto iterate;
680 iterate:
H A Dbackref.c721 * Once all of the references are located, we iterate over the tree of
724 * keys are thus located, we iterate over the indirect ref tree, resolve
1732 * to the list. The way we iterate the list allows adding more elements after
2278 * helper function to iterate extent inline refs. ptr must point to a 0 value
2388 iterate_extent_inodes_t *iterate, void *ctx)
2398 ret = iterate(eie->inum, eie->offset, eie->num_bytes, root, ctx);
2411 * calls iterate() for every inode that references the extent identified by
2417 iterate_extent_inodes_t *iterate, void *user_ctx)
2479 iterate,
2512 iterate, user_ct
2385 iterate_leaf_refs(struct btrfs_fs_info *fs_info, struct extent_inode_elem *inode_list, u64 root, u64 extent_item_objectid, iterate_extent_inodes_t *iterate, void *ctx) argument
2415 iterate_extent_inodes(struct btrfs_backref_walk_ctx *ctx, bool search_commit_root, iterate_extent_inodes_t *iterate, void *user_ctx) argument
[all...]
H A Dsend.c987 * Helper function to iterate the entries in ONE btrfs_inode_ref or
989 * The iterate callback may return a non zero value to stop iteration. This can
996 iterate_inode_ref_t iterate, void *ctx)
1096 ret = iterate(num, dir, index, p, ctx);
1114 * Helper function to iterate the entries in ONE btrfs_dir_item.
1115 * The iterate callback may return a non zero value to stop iteration. This can
1121 iterate_dir_item_t iterate, void *ctx)
1212 ret = iterate(num, &di_key, buf, name_len, buf + name_len,
6228 * extents that we iterate.
994 iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *found_key, int resolve, iterate_inode_ref_t iterate, void *ctx) argument
1120 iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path, iterate_dir_item_t iterate, void *ctx) argument
/linux-master/scripts/
H A Dget_maintainer.pl1102 Used with "--git-blame", does not iterate all files in directory

Completed in 1057 milliseconds