• Home
  • Raw
  • Download

Lines Matching refs:btrfs_trans_handle

39 struct btrfs_trans_handle;
2872 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
2878 int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans,
2881 int btrfs_pin_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num,
2883 int btrfs_pin_extent_for_log_replay(struct btrfs_trans_handle *trans,
2889 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans,
2896 void btrfs_free_tree_block(struct btrfs_trans_handle *trans,
2900 int btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans,
2904 int btrfs_alloc_logged_file_extent(struct btrfs_trans_handle *trans,
2910 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2912 int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2914 int btrfs_set_disk_extent_flags(struct btrfs_trans_handle *trans,
2916 int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_ref *ref);
2920 int btrfs_pin_reserved_extent(struct btrfs_trans_handle *trans, u64 start,
2922 int btrfs_finish_extent_commit(struct btrfs_trans_handle *trans);
2923 int btrfs_inc_extent_ref(struct btrfs_trans_handle *trans,
3004 int btrfs_delayed_refs_qgroup_accounting(struct btrfs_trans_handle *trans,
3032 int btrfs_cow_block(struct btrfs_trans_handle *trans,
3037 int btrfs_copy_root(struct btrfs_trans_handle *trans,
3045 int btrfs_split_item(struct btrfs_trans_handle *trans,
3050 int btrfs_duplicate_item(struct btrfs_trans_handle *trans,
3056 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3065 int btrfs_realloc_node(struct btrfs_trans_handle *trans,
3073 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3075 static inline int btrfs_del_item(struct btrfs_trans_handle *trans, in btrfs_del_item()
3112 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3114 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans,
3119 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, in btrfs_insert_empty_item()
3198 int btrfs_drop_subtree(struct btrfs_trans_handle *trans,
3242 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
3245 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
3248 int btrfs_del_root(struct btrfs_trans_handle *trans,
3250 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3253 int __must_check btrfs_update_root(struct btrfs_trans_handle *trans,
3264 void btrfs_update_root_times(struct btrfs_trans_handle *trans,
3268 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
3270 int btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
3277 int btrfs_insert_dir_item(struct btrfs_trans_handle *trans,
3280 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
3285 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans,
3293 int btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans,
3297 int btrfs_insert_xattr_item(struct btrfs_trans_handle *trans,
3302 struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans,
3313 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
3315 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
3320 int btrfs_del_csums(struct btrfs_trans_handle *trans,
3323 int btrfs_insert_hole_extent(struct btrfs_trans_handle *trans,
3326 int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
3330 int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans,
3371 int btrfs_unlink_inode(struct btrfs_trans_handle *trans,
3374 int btrfs_add_link(struct btrfs_trans_handle *trans,
3405 int btrfs_create_new_inode(struct btrfs_trans_handle *trans,
3433 int btrfs_update_inode(struct btrfs_trans_handle *trans,
3435 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
3437 int btrfs_orphan_add(struct btrfs_trans_handle *trans,
3448 struct btrfs_trans_handle *trans, int mode,
3508 int btrfs_add_inode_defrag(struct btrfs_trans_handle *trans,
3514 int btrfs_drop_extents(struct btrfs_trans_handle *trans,
3521 struct btrfs_trans_handle **trans_out);
3522 int btrfs_mark_extent_written(struct btrfs_trans_handle *trans,
3538 int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
3799 void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
4002 int __btrfs_set_acl(struct btrfs_trans_handle *trans, struct inode *inode,
4007 static inline int __btrfs_set_acl(struct btrfs_trans_handle *trans, in __btrfs_set_acl()
4017 int btrfs_init_reloc_root(struct btrfs_trans_handle *trans,
4019 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans,
4023 int btrfs_reloc_cow_block(struct btrfs_trans_handle *trans,
4028 int btrfs_reloc_post_snapshot(struct btrfs_trans_handle *trans,