Lines Matching refs:fs_info

78 int btrfs_attach_subpage(const struct btrfs_fs_info *fs_info,
80 void btrfs_detach_subpage(const struct btrfs_fs_info *fs_info,
84 struct btrfs_subpage *btrfs_alloc_subpage(const struct btrfs_fs_info *fs_info,
88 void btrfs_page_inc_eb_refs(const struct btrfs_fs_info *fs_info,
90 void btrfs_page_dec_eb_refs(const struct btrfs_fs_info *fs_info,
93 void btrfs_subpage_start_reader(const struct btrfs_fs_info *fs_info,
95 void btrfs_subpage_end_reader(const struct btrfs_fs_info *fs_info,
98 void btrfs_subpage_start_writer(const struct btrfs_fs_info *fs_info,
100 bool btrfs_subpage_end_and_test_writer(const struct btrfs_fs_info *fs_info,
102 int btrfs_page_start_writer_lock(const struct btrfs_fs_info *fs_info,
104 void btrfs_page_end_writer_lock(const struct btrfs_fs_info *fs_info,
122 void btrfs_subpage_set_##name(const struct btrfs_fs_info *fs_info, \
124 void btrfs_subpage_clear_##name(const struct btrfs_fs_info *fs_info, \
126 bool btrfs_subpage_test_##name(const struct btrfs_fs_info *fs_info, \
128 void btrfs_page_set_##name(const struct btrfs_fs_info *fs_info, \
130 void btrfs_page_clear_##name(const struct btrfs_fs_info *fs_info, \
132 bool btrfs_page_test_##name(const struct btrfs_fs_info *fs_info, \
134 void btrfs_page_clamp_set_##name(const struct btrfs_fs_info *fs_info, \
136 void btrfs_page_clamp_clear_##name(const struct btrfs_fs_info *fs_info, \
138 bool btrfs_page_clamp_test_##name(const struct btrfs_fs_info *fs_info, \
148 bool btrfs_subpage_clear_and_test_dirty(const struct btrfs_fs_info *fs_info,
151 void btrfs_page_assert_not_dirty(const struct btrfs_fs_info *fs_info,
153 void btrfs_page_unlock_writer(struct btrfs_fs_info *fs_info, struct page *page,