Searched refs:btrfs_for_each_slot (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | xattr.c | 299 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_listxattr()
|
D | dir-item.c | 334 btrfs_for_each_slot(root, &key, &key, path, ret) { in btrfs_search_dir_index_item()
|
D | send.c | 2767 btrfs_for_each_slot(sctx->send_root, &key, &found_key, path, iter_ret) { in did_create_dir() 3019 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in can_rmdir() 3657 btrfs_for_each_slot(root, &key, &key, path, iter_ret) { in is_ancestor() 4593 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_refs() 4884 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_new_xattrs() 6330 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_extents()
|
D | dev-replace.c | 528 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in mark_block_group_to_copy()
|
D | block-group.c | 1824 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
|
D | ctree.h | 3164 #define btrfs_for_each_slot(root, key, found_key, path, iter_ret) \ macro
|
D | volumes.c | 7735 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_read_chunk_tree()
|
D | inode.c | 6152 btrfs_for_each_slot(root, &key, &found_key, path, ret) { in btrfs_real_readdir()
|