Lines Matching defs:fs_info

335 static inline void tree_mod_log_read_lock(struct btrfs_fs_info *fs_info)  in tree_mod_log_read_lock()
340 static inline void tree_mod_log_read_unlock(struct btrfs_fs_info *fs_info) in tree_mod_log_read_unlock()
345 static inline void tree_mod_log_write_lock(struct btrfs_fs_info *fs_info) in tree_mod_log_write_lock()
350 static inline void tree_mod_log_write_unlock(struct btrfs_fs_info *fs_info) in tree_mod_log_write_unlock()
358 static inline u64 btrfs_inc_tree_mod_seq(struct btrfs_fs_info *fs_info) in btrfs_inc_tree_mod_seq()
371 u64 btrfs_get_tree_mod_seq(struct btrfs_fs_info *fs_info, in btrfs_get_tree_mod_seq()
386 void btrfs_put_tree_mod_seq(struct btrfs_fs_info *fs_info, in btrfs_put_tree_mod_seq()
447 __tree_mod_log_insert(struct btrfs_fs_info *fs_info, struct tree_mod_elem *tm) in __tree_mod_log_insert()
486 static inline int tree_mod_dont_log(struct btrfs_fs_info *fs_info, in tree_mod_dont_log()
504 static inline int tree_mod_need_log(const struct btrfs_fs_info *fs_info, in tree_mod_need_log()
540 tree_mod_log_insert_key(struct btrfs_fs_info *fs_info, in tree_mod_log_insert_key()
568 tree_mod_log_insert_move(struct btrfs_fs_info *fs_info, in tree_mod_log_insert_move()
643 __tree_mod_log_free_eb(struct btrfs_fs_info *fs_info, in __tree_mod_log_free_eb()
664 tree_mod_log_insert_root(struct btrfs_fs_info *fs_info, in tree_mod_log_insert_root()
735 __tree_mod_log_search(struct btrfs_fs_info *fs_info, u64 start, u64 min_seq, in __tree_mod_log_search()
783 tree_mod_log_search_oldest(struct btrfs_fs_info *fs_info, u64 start, in tree_mod_log_search_oldest()
795 tree_mod_log_search(struct btrfs_fs_info *fs_info, u64 start, u64 min_seq) in tree_mod_log_search()
801 tree_mod_log_eb_copy(struct btrfs_fs_info *fs_info, struct extent_buffer *dst, in tree_mod_log_eb_copy()
872 tree_mod_log_eb_move(struct btrfs_fs_info *fs_info, struct extent_buffer *dst, in tree_mod_log_eb_move()
882 tree_mod_log_set_node_key(struct btrfs_fs_info *fs_info, in tree_mod_log_set_node_key()
894 tree_mod_log_free_eb(struct btrfs_fs_info *fs_info, struct extent_buffer *eb) in tree_mod_log_free_eb()
1219 __tree_mod_log_oldest_root(struct btrfs_fs_info *fs_info, in __tree_mod_log_oldest_root()
1274 __tree_mod_log_rewind(struct btrfs_fs_info *fs_info, struct extent_buffer *eb, in __tree_mod_log_rewind()
1352 tree_mod_log_rewind(struct btrfs_fs_info *fs_info, struct btrfs_path *path, in tree_mod_log_rewind()
3128 static void fixup_low_keys(struct btrfs_fs_info *fs_info, in fixup_low_keys()
3154 void btrfs_set_item_key_safe(struct btrfs_fs_info *fs_info, in btrfs_set_item_key_safe()
4172 struct btrfs_fs_info *fs_info = root->fs_info; in split_leaf() local