Lines Matching defs:trans
521 void btrfs_set_item_key_safe(struct btrfs_trans_handle *trans,
534 int btrfs_cow_block(struct btrfs_trans_handle *trans,
539 int btrfs_copy_root(struct btrfs_trans_handle *trans,
543 int btrfs_block_can_be_shared(struct btrfs_trans_handle *trans,
546 int btrfs_del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root,
548 void btrfs_extend_item(struct btrfs_trans_handle *trans,
550 void btrfs_truncate_item(struct btrfs_trans_handle *trans,
552 int btrfs_split_item(struct btrfs_trans_handle *trans,
557 int btrfs_duplicate_item(struct btrfs_trans_handle *trans,
563 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root,
572 int btrfs_realloc_node(struct btrfs_trans_handle *trans,
580 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
582 static inline int btrfs_del_item(struct btrfs_trans_handle *trans,
586 return btrfs_del_items(trans, root, path, path->slots[0], 1);
615 void btrfs_setup_item_for_insert(struct btrfs_trans_handle *trans,
620 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root,
622 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans,
627 static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans,
640 return btrfs_insert_empty_items(trans, root, path, &batch);