Searched refs:btrfs_for_each_slot (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | ctree.h | 668 #define btrfs_for_each_slot(root, key, found_key, path, iter_ret) \ macro
|
D | dir-item.c | 340 btrfs_for_each_slot(root, &key, &key, path, ret) { in btrfs_search_dir_index_item()
|
D | xattr.c | 303 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_listxattr()
|
D | dev-replace.c | 514 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in mark_block_group_to_copy()
|
D | send.c | 2961 btrfs_for_each_slot(sctx->send_root, &key, &found_key, path, iter_ret) { in did_create_dir() 3266 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in can_rmdir() 3907 btrfs_for_each_slot(root, &key, &key, path, iter_ret) { in is_ancestor() 4836 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_refs() 5127 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_new_xattrs() 6573 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_extents()
|
D | block-group.c | 615 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) { in sample_block_group_extent_item() 1986 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
|
D | tree-log.c | 5411 btrfs_for_each_slot(root->log_root, &key, &found_key, path, iter_ret) { in log_new_dir_dentries()
|
D | volumes.c | 7282 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_read_chunk_tree()
|
D | inode.c | 5896 btrfs_for_each_slot(root, &key, &found_key, path, ret) { in btrfs_real_readdir()
|