Searched refs:btrfs_for_each_slot (Results 1 – 9 of 9) sorted by relevance
/linux/fs/btrfs/ |
H A D | ctree.h | 704 #define btrfs_for_each_slot(root, key, found_key, path, iter_ret) \ macro
|
H A D | dir-item.c | 337 btrfs_for_each_slot(root, &key, &key, path, ret) { in btrfs_search_dir_index_item()
|
H A D | xattr.c | 301 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_listxattr()
|
H A D | send.c | 2965 btrfs_for_each_slot(sctx->send_root, &key, &found_key, path, iter_ret) { in did_create_dir() 3270 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in can_rmdir() 3910 btrfs_for_each_slot(root, &key, &key, path, iter_ret) { in is_ancestor() 4843 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_refs() 5134 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_new_xattrs() 6631 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_extents()
|
H A D | dev-replace.c | 510 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in mark_block_group_to_copy()
|
H A D | block-group.c | 613 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) { in sample_block_group_extent_item() 2060 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
|
H A D | tree-log.c | 5496 btrfs_for_each_slot(root->log_root, &key, &found_key, path, iter_ret) { in log_new_dir_dentries()
|
H A D | volumes.c | 7544 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_read_chunk_tree()
|
H A D | inode.c | 5995 btrfs_for_each_slot(root, &key, &found_key, path, ret) { in btrfs_real_readdir()
|