Searched defs:extent_op (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/btrfs/
H A Ddelayed-ref.h90 struct btrfs_delayed_extent_op *extent_op; member in struct:btrfs_delayed_ref_head
H A Ddelayed-ref.c783 btrfs_add_delayed_tree_ref(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, u64 parent, u64 ref_root, int level, int action, struct btrfs_delayed_extent_op *extent_op, int no_quota) btrfs_add_delayed_tree_ref() argument
831 btrfs_add_delayed_data_ref(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, u64 parent, u64 ref_root, u64 owner, u64 offset, int action, struct btrfs_delayed_extent_op *extent_op, int no_quota) btrfs_add_delayed_data_ref() argument
877 btrfs_add_delayed_extent_op(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, struct btrfs_delayed_extent_op *extent_op) btrfs_add_delayed_extent_op() argument
H A Dbackref.c575 struct btrfs_delayed_extent_op *extent_op = head->extent_op; __add_delayed_refs() local
H A Dextent-tree.c2107 static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op, __run_delayed_extent_op() argument
2361 struct btrfs_delayed_extent_op *extent_op; __btrfs_run_delayed_refs() local
2879 struct btrfs_delayed_extent_op *extent_op; btrfs_set_disk_extent_flags() local
7589 struct btrfs_delayed_extent_op *extent_op; btrfs_alloc_tree_block() local
1663 setup_inline_extent_backref(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) setup_inline_extent_backref() argument
1755 update_inline_extent_backref(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_mod, struct btrfs_delayed_extent_op *extent_op, int *last_ref) update_inline_extent_backref() argument
1819 insert_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) insert_inline_extent_backref() argument
1968 __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, int no_quota, struct btrfs_delayed_extent_op *extent_op) __btrfs_inc_extent_ref() argument
2058 run_delayed_data_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, int insert_reserved) run_delayed_data_ref() argument
2125 run_delayed_extent_op(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op) run_delayed_extent_op() argument
2218 run_delayed_tree_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, int insert_reserved) run_delayed_tree_ref() argument
2274 run_one_delayed_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_delayed_ref_node *node, struct btrfs_delayed_extent_op *extent_op, int insert_reserved) run_one_delayed_ref() argument
6099 __btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner_objectid, u64 owner_offset, int refs_to_drop, struct btrfs_delayed_extent_op *extent_op, int no_quota) __btrfs_free_extent() argument

Completed in 231 milliseconds