Lines Matching refs:btrfs_trans_handle

38 struct btrfs_trans_handle;
2867 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
2873 int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans,
2876 int btrfs_pin_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num,
2878 int btrfs_pin_extent_for_log_replay(struct btrfs_trans_handle *trans,
2884 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans,
2891 void btrfs_free_tree_block(struct btrfs_trans_handle *trans,
2895 int btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans,
2899 int btrfs_alloc_logged_file_extent(struct btrfs_trans_handle *trans,
2905 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2907 int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2909 int btrfs_set_disk_extent_flags(struct btrfs_trans_handle *trans,
2911 int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_ref *ref);
2915 int btrfs_pin_reserved_extent(struct btrfs_trans_handle *trans, u64 start,
2917 int btrfs_finish_extent_commit(struct btrfs_trans_handle *trans);
2918 int btrfs_inc_extent_ref(struct btrfs_trans_handle *trans,
2999 int btrfs_delayed_refs_qgroup_accounting(struct btrfs_trans_handle *trans,
3027 int btrfs_cow_block(struct btrfs_trans_handle *trans,
3032 int btrfs_copy_root(struct btrfs_trans_handle *trans,
3040 int btrfs_split_item(struct btrfs_trans_handle *trans,
3045 int btrfs_duplicate_item(struct btrfs_trans_handle *trans,
3051 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3060 int btrfs_realloc_node(struct btrfs_trans_handle *trans,
3068 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3070 static inline int btrfs_del_item(struct btrfs_trans_handle *trans, in btrfs_del_item()
3107 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3109 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans,
3114 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item()
3193 int btrfs_drop_subtree(struct btrfs_trans_handle *trans,
3237 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
3240 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
3243 int btrfs_del_root(struct btrfs_trans_handle *trans,
3245 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3248 int __must_check btrfs_update_root(struct btrfs_trans_handle *trans,
3259 void btrfs_update_root_times(struct btrfs_trans_handle *trans,
3263 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
3265 int btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
3272 int btrfs_insert_dir_item(struct btrfs_trans_handle *trans, const char *name,
3275 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
3281 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans,
3290 int btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans,
3294 int btrfs_insert_xattr_item(struct btrfs_trans_handle *trans,
3299 struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans,
3310 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
3312 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
3317 int btrfs_del_csums(struct btrfs_trans_handle *trans,
3320 int btrfs_insert_hole_extent(struct btrfs_trans_handle *trans,
3323 int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
3327 int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans,
3368 int btrfs_unlink_inode(struct btrfs_trans_handle *trans,
3371 int btrfs_add_link(struct btrfs_trans_handle *trans,
3401 int btrfs_create_new_inode(struct btrfs_trans_handle *trans,
3429 int btrfs_update_inode(struct btrfs_trans_handle *trans,
3431 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
3433 int btrfs_orphan_add(struct btrfs_trans_handle *trans,
3444 struct btrfs_trans_handle *trans, int mode,
3504 int btrfs_add_inode_defrag(struct btrfs_trans_handle *trans,
3510 int btrfs_drop_extents(struct btrfs_trans_handle *trans,
3517 struct btrfs_trans_handle **trans_out);
3518 int btrfs_mark_extent_written(struct btrfs_trans_handle *trans,
3534 int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
3795 void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
3998 int __btrfs_set_acl(struct btrfs_trans_handle *trans, struct inode *inode,
4003 static inline int __btrfs_set_acl(struct btrfs_trans_handle *trans, in __btrfs_set_acl()
4013 int btrfs_init_reloc_root(struct btrfs_trans_handle *trans,
4015 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans,
4019 int btrfs_reloc_cow_block(struct btrfs_trans_handle *trans,
4024 int btrfs_reloc_post_snapshot(struct btrfs_trans_handle *trans,