~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/btrfs/delayed-ref.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
struct btrfs_delayed_ref_head *
168
168
btrfs_find_delayed_ref_head(struct btrfs_trans_handle *trans, u64 bytenr);
169
 
int btrfs_delayed_ref_pending(struct btrfs_trans_handle *trans, u64 bytenr);
170
 
int btrfs_update_delayed_ref(struct btrfs_trans_handle *trans,
171
 
                          u64 bytenr, u64 num_bytes, u64 orig_parent,
172
 
                          u64 parent, u64 orig_ref_root, u64 ref_root,
173
 
                          u64 orig_ref_generation, u64 ref_generation,
174
 
                          u64 owner_objectid, int pin);
175
169
int btrfs_delayed_ref_lock(struct btrfs_trans_handle *trans,
176
170
                           struct btrfs_delayed_ref_head *head);
177
171
int btrfs_find_ref_cluster(struct btrfs_trans_handle *trans,