Searched refs:btrfs_for_each_slot (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/btrfs/ ! |
D | xattr.c | 299 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_listxattr()
|
D | dir-item.c | 336 btrfs_for_each_slot(root, &key, &key, path, ret) { in btrfs_search_dir_index_item()
|
D | send.c | 2763 btrfs_for_each_slot(sctx->send_root, &key, &found_key, path, iter_ret) { in did_create_dir() 3015 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in can_rmdir() 3653 btrfs_for_each_slot(root, &key, &key, path, iter_ret) { in is_ancestor() 4589 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_refs() 4880 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_new_xattrs() 6326 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 | 1719 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
|
D | ctree.h | 3165 #define btrfs_for_each_slot(root, key, found_key, path, iter_ret) \ macro
|
D | volumes.c | 7697 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in btrfs_read_chunk_tree()
|
D | inode.c | 5985 btrfs_for_each_slot(root, &key, &found_key, path, ret) { in btrfs_real_readdir()
|