Searched refs:btrfs_for_each_slot (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | xattr.c | 303 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_listxattr()
|
H A D | dir-item.c | 340 btrfs_for_each_slot(root, &key, &key, path, ret) { in btrfs_search_dir_index_item()
|
H A D | ctree.h | 680 #define btrfs_for_each_slot(root, key, found_key, path, iter_ret) \ macro
|
H A D | send.c | 2974 btrfs_for_each_slot(sctx->send_root, &key, &found_key, path, iter_ret) { in did_create_dir() 3279 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in can_rmdir() 3920 btrfs_for_each_slot(root, &key, &key, path, iter_ret) { in is_ancestor() 4855 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_refs() 5146 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_new_xattrs() 6639 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_extents()
|
H A D | dev-replace.c | 514 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in mark_block_group_to_copy()
|
H A D | block-group.c | 615 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) { in sample_block_group_extent_item() 2049 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
|
H A D | tree-log.c | 5434 btrfs_for_each_slot(root->log_root, &key, &found_key, path, iter_ret) { in log_new_dir_dentries()
|
H A D | volumes.c | 7335 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_read_chunk_tree()
|
H A D | inode.c | 5933 btrfs_for_each_slot(root, &key, &found_key, path, ret) { in btrfs_real_readdir()
|