• Home
  • Raw
  • Download

Lines Matching refs:slot

769 	int slot = path->slots[0];  in iterate_inode_ref()  local
792 ptr = (unsigned long)btrfs_item_ptr(eb, slot, in iterate_inode_ref()
794 item = btrfs_item_nr(eb, slot); in iterate_inode_ref()
798 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_ref()
799 total = btrfs_item_size_nr(eb, slot); in iterate_inode_ref()
896 int slot; in iterate_dir_item() local
908 slot = path->slots[0]; in iterate_dir_item()
909 item = btrfs_item_nr(eb, slot); in iterate_dir_item()
910 di = btrfs_item_ptr(eb, slot, struct btrfs_dir_item); in iterate_dir_item()
2355 int slot; in send_utimes() local
2377 slot = path->slots[0]; in send_utimes()
2378 ii = btrfs_item_ptr(eb, slot, struct btrfs_inode_item); in send_utimes()
2497 int slot; in did_create_dir() local
2515 slot = path->slots[0]; in did_create_dir()
2516 btrfs_item_key_to_cpu(eb, &found_key, slot); in did_create_dir()
2524 di = btrfs_item_ptr(eb, slot, struct btrfs_dir_item); in did_create_dir()
3233 int slot; in process_all_refs() local
3261 slot = path->slots[0]; in process_all_refs()
3262 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_refs()
3545 int slot; in process_all_new_xattrs() local
3566 slot = path->slots[0]; in process_all_new_xattrs()
3567 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_new_xattrs()
3809 int slot; in is_extent_unchanged() local
3829 slot = left_path->slots[0]; in is_extent_unchanged()
3830 ei = btrfs_item_ptr(eb, slot, struct btrfs_file_extent_item); in is_extent_unchanged()
3878 slot = path->slots[0]; in is_extent_unchanged()
3879 btrfs_item_key_to_cpu(eb, &found_key, slot); in is_extent_unchanged()
3891 ei = btrfs_item_ptr(eb, slot, struct btrfs_file_extent_item); in is_extent_unchanged()
3939 slot = path->slots[0]; in is_extent_unchanged()
3940 btrfs_item_key_to_cpu(eb, &found_key, slot); in is_extent_unchanged()
4008 int slot; in process_all_extents() local
4028 slot = path->slots[0]; in process_all_extents()
4029 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_extents()
4425 int slot; in full_send_tree() local
4491 slot = path->slots[0]; in full_send_tree()
4492 btrfs_item_key_to_cpu(eb, &found_key, slot); in full_send_tree()