• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/

Lines Matching refs:btrfs_root

812 	struct btrfs_root *extent_root;
813 struct btrfs_root *tree_root;
814 struct btrfs_root *chunk_root;
815 struct btrfs_root *dev_root;
816 struct btrfs_root *fs_root;
817 struct btrfs_root *csum_root;
820 struct btrfs_root *log_root_tree;
1019 struct btrfs_root {
1026 struct btrfs_root *log_root;
1027 struct btrfs_root *reloc_root;
1949 static inline struct btrfs_root *btrfs_sb(struct super_block *sb)
1954 static inline int btrfs_set_root_name(struct btrfs_root *root,
1970 static inline u32 btrfs_level_size(struct btrfs_root *root, int level)
1994 struct btrfs_root *root, unsigned long count);
1995 int btrfs_lookup_extent(struct btrfs_root *root, u64 start, u64 len);
1997 struct btrfs_root *root, u64 bytenr,
1999 int btrfs_pin_extent(struct btrfs_root *root,
2002 struct btrfs_root *root, struct extent_buffer *leaf);
2004 struct btrfs_root *root,
2006 int btrfs_copy_pinned(struct btrfs_root *root, struct extent_io_tree *copy);
2011 u64 btrfs_find_block_group(struct btrfs_root *root,
2014 struct btrfs_root *root, u32 blocksize,
2019 struct btrfs_root *root,
2023 struct btrfs_root *root,
2027 struct btrfs_root *root,
2031 struct btrfs_root *root,
2035 struct btrfs_root *root,
2040 int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2042 int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2045 struct btrfs_root *root,
2049 struct btrfs_root *root,
2053 int btrfs_free_reserved_extent(struct btrfs_root *root, u64 start, u64 len);
2055 struct btrfs_root *root);
2057 struct btrfs_root *root);
2059 struct btrfs_root *root,
2064 struct btrfs_root *root);
2065 int btrfs_extent_readonly(struct btrfs_root *root, u64 bytenr);
2067 int btrfs_read_block_groups(struct btrfs_root *root);
2068 int btrfs_can_relocate(struct btrfs_root *root, u64 bytenr);
2070 struct btrfs_root *root, u64 bytes_used,
2074 struct btrfs_root *root, u64 group_start);
2075 u64 btrfs_reduce_alloc_profile(struct btrfs_root *root, u64 flags);
2076 void btrfs_set_inode_space_info(struct btrfs_root *root, struct inode *ionde);
2081 struct btrfs_root *root,
2084 struct btrfs_root *root);
2095 struct btrfs_block_rsv *btrfs_alloc_block_rsv(struct btrfs_root *root);
2096 void btrfs_free_block_rsv(struct btrfs_root *root,
2101 struct btrfs_root *root,
2105 struct btrfs_root *root,
2111 void btrfs_block_rsv_release(struct btrfs_root *root,
2114 int btrfs_set_block_group_ro(struct btrfs_root *root,
2116 int btrfs_set_block_group_rw(struct btrfs_root *root,
2122 int btrfs_previous_item(struct btrfs_root *root,
2126 struct btrfs_root *root, struct btrfs_path *path,
2128 struct extent_buffer *btrfs_root_node(struct btrfs_root *root);
2129 struct extent_buffer *btrfs_lock_root_node(struct btrfs_root *root);
2130 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
2133 int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key,
2138 struct btrfs_root *root, struct extent_buffer *buf,
2142 struct btrfs_root *root,
2145 int btrfs_block_can_be_shared(struct btrfs_root *root,
2147 int btrfs_extend_item(struct btrfs_trans_handle *trans, struct btrfs_root
2150 struct btrfs_root *root,
2154 struct btrfs_root *root,
2159 struct btrfs_root *root,
2162 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root
2166 struct btrfs_root *root, struct extent_buffer *parent,
2169 void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p);
2175 int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2178 struct btrfs_root *root,
2184 int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root
2187 struct btrfs_root *root,
2192 struct btrfs_root *root,
2197 struct btrfs_root *root,
2205 int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path);
2206 int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path);
2207 int btrfs_leaf_free_space(struct btrfs_root *root, struct extent_buffer *leaf);
2208 int btrfs_drop_snapshot(struct btrfs_root *root,
2211 struct btrfs_root *root,
2215 int btrfs_find_root_ref(struct btrfs_root *tree_root,
2219 struct btrfs_root *tree_root,
2223 struct btrfs_root *tree_root,
2226 int btrfs_del_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2228 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root
2231 int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root
2234 int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct
2236 int btrfs_search_root(struct btrfs_root *root, u64 search_start,
2238 int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid);
2239 int btrfs_find_orphan_roots(struct btrfs_root *tree_root);
2244 struct btrfs_root *root, const char *name,
2248 struct btrfs_root *root,
2254 struct btrfs_root *root,
2259 btrfs_search_dir_index_item(struct btrfs_root *root,
2262 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root,
2266 struct btrfs_root *root,
2270 struct btrfs_root *root,
2275 struct btrfs_root *root,
2282 struct btrfs_root *root, u64 offset);
2284 struct btrfs_root *root, u64 offset);
2285 int btrfs_find_orphan_item(struct btrfs_root *root, u64 offset);
2289 struct btrfs_root *fs_root,
2291 int btrfs_find_highest_inode(struct btrfs_root *fs_root, u64 *objectid);
2295 struct btrfs_root *root,
2299 struct btrfs_root *root,
2304 struct btrfs_root *root,
2309 struct btrfs_root *root,
2311 int btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root
2317 struct btrfs_root *root, u64 bytenr, u64 len);
2318 int btrfs_lookup_bio_sums(struct btrfs_root *root, struct inode *inode,
2320 int btrfs_lookup_bio_sums_dio(struct btrfs_root *root, struct inode *inode,
2323 struct btrfs_root *root,
2329 struct btrfs_root *root,
2333 struct btrfs_root *root,
2335 int btrfs_csum_one_bio(struct btrfs_root *root, struct inode *inode,
2337 int btrfs_csum_file_bytes(struct btrfs_root *root, struct inode *inode,
2340 struct btrfs_root *root,
2344 struct btrfs_root *root, struct btrfs_path *path,
2346 int btrfs_lookup_csums_range(struct btrfs_root *root, u64 start,
2360 struct btrfs_root *root,
2367 struct btrfs_root *root,
2371 struct btrfs_root *root,
2375 int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput);
2376 int btrfs_start_one_delalloc_inode(struct btrfs_root *root, int delay_iput);
2382 struct btrfs_root *new_root,
2403 struct btrfs_root *root, int *was_new);
2410 struct btrfs_root *root,
2414 void btrfs_orphan_cleanup(struct btrfs_root *root);
2421 struct btrfs_root *root);
2423 int btrfs_invalidate_inodes(struct btrfs_root *root);
2425 void btrfs_run_delayed_iputs(struct btrfs_root *root);
2440 int btrfs_check_file(struct btrfs_root *root, struct inode *inode);
2450 struct btrfs_root *root, int cache_only);
2456 int btrfs_sysfs_add_root(struct btrfs_root *root);
2457 void btrfs_sysfs_del_root(struct btrfs_root *root);
2464 int btrfs_parse_options(struct btrfs_root *root, char *options);
2478 int btrfs_relocate_block_group(struct btrfs_root *root, u64 group_start);
2480 struct btrfs_root *root);
2482 struct btrfs_root *root);
2483 int btrfs_recover_relocation(struct btrfs_root *root);
2486 struct btrfs_root *root, struct extent_buffer *buf,