Lines Matching refs:btrfs_fs_info
77 bool btrfs_is_subpage(const struct btrfs_fs_info *fs_info, struct page *page);
80 int btrfs_attach_subpage(const struct btrfs_fs_info *fs_info,
82 void btrfs_detach_subpage(const struct btrfs_fs_info *fs_info,
86 struct btrfs_subpage *btrfs_alloc_subpage(const struct btrfs_fs_info *fs_info,
90 void btrfs_page_inc_eb_refs(const struct btrfs_fs_info *fs_info,
92 void btrfs_page_dec_eb_refs(const struct btrfs_fs_info *fs_info,
95 void btrfs_subpage_start_reader(const struct btrfs_fs_info *fs_info,
97 void btrfs_subpage_end_reader(const struct btrfs_fs_info *fs_info,
100 void btrfs_subpage_start_writer(const struct btrfs_fs_info *fs_info,
102 bool btrfs_subpage_end_and_test_writer(const struct btrfs_fs_info *fs_info,
104 int btrfs_page_start_writer_lock(const struct btrfs_fs_info *fs_info,
106 void btrfs_page_end_writer_lock(const struct btrfs_fs_info *fs_info,
124 void btrfs_subpage_set_##name(const struct btrfs_fs_info *fs_info, \
126 void btrfs_subpage_clear_##name(const struct btrfs_fs_info *fs_info, \
128 bool btrfs_subpage_test_##name(const struct btrfs_fs_info *fs_info, \
130 void btrfs_page_set_##name(const struct btrfs_fs_info *fs_info, \
132 void btrfs_page_clear_##name(const struct btrfs_fs_info *fs_info, \
134 bool btrfs_page_test_##name(const struct btrfs_fs_info *fs_info, \
136 void btrfs_page_clamp_set_##name(const struct btrfs_fs_info *fs_info, \
138 void btrfs_page_clamp_clear_##name(const struct btrfs_fs_info *fs_info, \
140 bool btrfs_page_clamp_test_##name(const struct btrfs_fs_info *fs_info, \
150 bool btrfs_subpage_clear_and_test_dirty(const struct btrfs_fs_info *fs_info,
153 void btrfs_page_assert_not_dirty(const struct btrfs_fs_info *fs_info,
155 void btrfs_page_unlock_writer(struct btrfs_fs_info *fs_info, struct page *page,