fs/btrfs/btrfs_inode.h
571
struct extent_state **cached_state);
fs/btrfs/btrfs_inode.h
594
void btrfs_set_delalloc_extent(struct btrfs_inode *inode, struct extent_state *state,
fs/btrfs/btrfs_inode.h
597
struct extent_state *state, u32 bits);
fs/btrfs/btrfs_inode.h
598
void btrfs_merge_delalloc_extent(struct btrfs_inode *inode, struct extent_state *new,
fs/btrfs/btrfs_inode.h
599
struct extent_state *other);
fs/btrfs/btrfs_inode.h
601
struct extent_state *orig, u64 split);
fs/btrfs/btrfs_inode.h
641
struct extent_state **cached_state,
fs/btrfs/btrfs_inode.h
645
struct extent_state **cached_state,
fs/btrfs/ctree.h
483
struct extent_state *llseek_cached_state;
fs/btrfs/defrag.c
1153
struct extent_state **cached_state)
fs/btrfs/defrag.c
1195
struct extent_state *cached_state = NULL;
fs/btrfs/defrag.c
765
struct extent_state *cached = NULL;
fs/btrfs/defrag.c
851
struct extent_state *cached_state = NULL;
fs/btrfs/dev-replace.c
787
struct extent_state *cached_state = NULL;
fs/btrfs/direct-io.c
36
struct extent_state **cached_state,
fs/btrfs/direct-io.c
362
struct extent_state *cached_state = NULL;
fs/btrfs/disk-io.c
4212
struct extent_state *cached = NULL;
fs/btrfs/disk-io.c
4721
struct extent_state *cached_state = NULL;
fs/btrfs/extent-io-tree.c
1045
struct extent_state **failed_state,
fs/btrfs/extent-io-tree.c
1046
struct extent_state **cached_state,
fs/btrfs/extent-io-tree.c
1049
struct extent_state *state;
fs/btrfs/extent-io-tree.c
1050
struct extent_state *prealloc = NULL;
fs/btrfs/extent-io-tree.c
118
struct extent_state *state;
fs/btrfs/extent-io-tree.c
119
struct extent_state *tmp;
fs/btrfs/extent-io-tree.c
1199
struct extent_state *inserted_state;
fs/btrfs/extent-io-tree.c
1292
u32 bits, struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
13
static inline bool extent_state_in_tree(const struct extent_state *state)
fs/btrfs/extent-io-tree.c
1317
struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
1319
struct extent_state *state;
fs/btrfs/extent-io-tree.c
1320
struct extent_state *prealloc = NULL;
fs/btrfs/extent-io-tree.c
1441
struct extent_state *inserted_state;
fs/btrfs/extent-io-tree.c
145
static struct extent_state *alloc_extent_state(gfp_t mask)
fs/btrfs/extent-io-tree.c
147
struct extent_state *state;
fs/btrfs/extent-io-tree.c
1547
struct extent_state *state;
fs/btrfs/extent-io-tree.c
1548
struct extent_state *prev = NULL, *next = NULL;
fs/btrfs/extent-io-tree.c
166
static struct extent_state *alloc_extent_state_atomic(struct extent_state *prealloc)
fs/btrfs/extent-io-tree.c
1665
struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
1667
struct extent_state *state = NULL;
fs/btrfs/extent-io-tree.c
1668
struct extent_state *cached;
fs/btrfs/extent-io-tree.c
1690
struct extent_state *prev;
fs/btrfs/extent-io-tree.c
174
void btrfs_free_extent_state(struct extent_state *state)
fs/btrfs/extent-io-tree.c
1752
struct extent_state *state;
fs/btrfs/extent-io-tree.c
1777
struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
1779
struct extent_state *state;
fs/btrfs/extent-io-tree.c
1814
struct extent_state *cached)
fs/btrfs/extent-io-tree.c
1816
struct extent_state *state;
fs/btrfs/extent-io-tree.c
186
static int add_extent_changeset(struct extent_state *state, u32 bits,
fs/btrfs/extent-io-tree.c
1881
u32 bits, struct extent_state **cached)
fs/btrfs/extent-io-tree.c
1901
struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
1903
struct extent_state *failed_state = NULL;
fs/btrfs/extent-io-tree.c
1926
struct extent_state *btrfs_next_extent_state(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.c
1927
struct extent_state *state)
fs/btrfs/extent-io-tree.c
1929
struct extent_state *next;
fs/btrfs/extent-io-tree.c
1950
sizeof(struct extent_state), 0, 0,
fs/btrfs/extent-io-tree.c
201
static inline struct extent_state *next_state(struct extent_state *state)
fs/btrfs/extent-io-tree.c
205
return rb_entry_safe(next, struct extent_state, rb_node);
fs/btrfs/extent-io-tree.c
208
static inline struct extent_state *prev_state(struct extent_state *state)
fs/btrfs/extent-io-tree.c
212
return rb_entry_safe(next, struct extent_state, rb_node);
fs/btrfs/extent-io-tree.c
22
static inline void btrfs_leak_debug_add_state(struct extent_state *state)
fs/btrfs/extent-io-tree.c
234
static inline struct extent_state *tree_search_for_insert(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.c
242
struct extent_state *entry = NULL;
fs/btrfs/extent-io-tree.c
246
entry = rb_entry(prev, struct extent_state, rb_node);
fs/btrfs/extent-io-tree.c
284
static struct extent_state *tree_search_prev_next(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.c
286
struct extent_state **prev_ret,
fs/btrfs/extent-io-tree.c
287
struct extent_state **next_ret)
fs/btrfs/extent-io-tree.c
291
struct extent_state *orig_prev;
fs/btrfs/extent-io-tree.c
292
struct extent_state *entry = NULL;
fs/btrfs/extent-io-tree.c
298
entry = rb_entry(*node, struct extent_state, rb_node);
fs/btrfs/extent-io-tree.c
31
static inline void btrfs_leak_debug_del_state(struct extent_state *state)
fs/btrfs/extent-io-tree.c
324
static inline struct extent_state *tree_search(struct extent_io_tree *tree, u64 offset)
fs/btrfs/extent-io-tree.c
330
const struct extent_state *state,
fs/btrfs/extent-io-tree.c
339
static void merge_prev_state(struct extent_io_tree *tree, struct extent_state *state)
fs/btrfs/extent-io-tree.c
341
struct extent_state *prev;
fs/btrfs/extent-io-tree.c
354
static void merge_next_state(struct extent_io_tree *tree, struct extent_state *state)
fs/btrfs/extent-io-tree.c
356
struct extent_state *next;
fs/btrfs/extent-io-tree.c
378
static void merge_state(struct extent_io_tree *tree, struct extent_state *state)
fs/btrfs/extent-io-tree.c
388
struct extent_state *state,
fs/btrfs/extent-io-tree.c
417
static struct extent_state *insert_state(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.c
418
struct extent_state *state,
fs/btrfs/extent-io-tree.c
42
struct extent_state *state;
fs/btrfs/extent-io-tree.c
432
struct extent_state *entry;
fs/btrfs/extent-io-tree.c
435
entry = rb_entry(parent, struct extent_state, rb_node);
fs/btrfs/extent-io-tree.c
45
state = list_first_entry(&states, struct extent_state, leak_list);
fs/btrfs/extent-io-tree.c
476
struct extent_state *state, struct rb_node **node,
fs/btrfs/extent-io-tree.c
500
static int split_state(struct extent_io_tree *tree, struct extent_state *orig,
fs/btrfs/extent-io-tree.c
501
struct extent_state *prealloc, u64 split)
fs/btrfs/extent-io-tree.c
517
struct extent_state *entry;
fs/btrfs/extent-io-tree.c
520
entry = rb_entry(parent, struct extent_state, rb_node);
fs/btrfs/extent-io-tree.c
542
static inline struct extent_state *next_search_state(struct extent_state *state, u64 end)
fs/btrfs/extent-io-tree.c
557
static struct extent_state *clear_state_bit(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.c
558
struct extent_state *state,
fs/btrfs/extent-io-tree.c
562
struct extent_state *next;
fs/btrfs/extent-io-tree.c
610
u32 bits, struct extent_state **cached_state,
fs/btrfs/extent-io-tree.c
613
struct extent_state *state;
fs/btrfs/extent-io-tree.c
614
struct extent_state *cached;
fs/btrfs/extent-io-tree.c
615
struct extent_state *prealloc = NULL;
fs/btrfs/extent-io-tree.c
774
u32 bits, struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
776
struct extent_state *state;
fs/btrfs/extent-io-tree.c
837
static void cache_state_if_flags(struct extent_state *state,
fs/btrfs/extent-io-tree.c
838
struct extent_state **cached_ptr,
fs/btrfs/extent-io-tree.c
849
static void cache_state(struct extent_state *state,
fs/btrfs/extent-io-tree.c
850
struct extent_state **cached_ptr)
fs/btrfs/extent-io-tree.c
860
static struct extent_state *find_first_extent_bit_state(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.c
863
struct extent_state *state;
fs/btrfs/extent-io-tree.c
888
struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
890
struct extent_state *state;
fs/btrfs/extent-io-tree.c
953
struct extent_state *state;
fs/btrfs/extent-io-tree.c
982
struct extent_state **cached_state)
fs/btrfs/extent-io-tree.c
984
struct extent_state *state;
fs/btrfs/extent-io-tree.h
145
struct extent_state **cached);
fs/btrfs/extent-io-tree.h
147
u32 bits, struct extent_state **cached);
fs/btrfs/extent-io-tree.h
150
struct extent_state **cached)
fs/btrfs/extent-io-tree.h
156
u64 end, struct extent_state **cached)
fs/btrfs/extent-io-tree.h
167
struct extent_state **cached_state);
fs/btrfs/extent-io-tree.h
169
void btrfs_free_extent_state(struct extent_state *state);
fs/btrfs/extent-io-tree.h
171
struct extent_state *cached_state);
fs/btrfs/extent-io-tree.h
174
struct extent_state **cached_state);
fs/btrfs/extent-io-tree.h
178
u32 bits, struct extent_state **cached,
fs/btrfs/extent-io-tree.h
183
struct extent_state **cached)
fs/btrfs/extent-io-tree.h
189
struct extent_state **cached)
fs/btrfs/extent-io-tree.h
198
u32 bits, struct extent_state **cached_state);
fs/btrfs/extent-io-tree.h
201
u64 end, struct extent_state **cached)
fs/btrfs/extent-io-tree.h
210
struct extent_state **cached_state);
fs/btrfs/extent-io-tree.h
214
struct extent_state **cached_state);
fs/btrfs/extent-io-tree.h
221
struct extent_state **cached_state);
fs/btrfs/extent-io-tree.h
223
u64 end, struct extent_state **cached)
fs/btrfs/extent-io-tree.h
229
u64 end, struct extent_state **cached)
fs/btrfs/extent-io-tree.h
235
u64 end, struct extent_state **cached)
fs/btrfs/extent-io-tree.h
241
struct extent_state *btrfs_next_extent_state(struct extent_io_tree *tree,
fs/btrfs/extent-io-tree.h
242
struct extent_state *state);
fs/btrfs/extent-tree.c
2985
struct extent_state *cached_state = NULL;
fs/btrfs/extent-tree.c
2995
struct extent_state *next_state;
fs/btrfs/extent_io.c
1293
struct extent_state **cached_state)
fs/btrfs/extent_io.c
1342
struct extent_state *cached_state = NULL;
fs/btrfs/extent_io.c
2731
struct extent_state *cached_state = NULL;
fs/btrfs/extent_io.c
2756
struct extent_state *cached_state = NULL;
fs/btrfs/extent_io.c
2788
struct extent_state *cached_state = NULL;
fs/btrfs/extent_io.c
381
struct extent_state *cached_state = NULL;
fs/btrfs/extent_io.c
469
struct extent_state **cached,
fs/btrfs/extent_io.h
29
struct extent_state;
fs/btrfs/extent_io.h
358
struct extent_state **cached,
fs/btrfs/fiemap.c
439
struct extent_state **delalloc_cached_state,
fs/btrfs/fiemap.c
635
struct extent_state *cached_state = NULL;
fs/btrfs/fiemap.c
636
struct extent_state *delalloc_cached_state = NULL;
fs/btrfs/file.c
1204
struct extent_state *cached_state = NULL;
fs/btrfs/file.c
1859
struct extent_state *cached_state = NULL;
fs/btrfs/file.c
2274
struct extent_state **cached_state)
fs/btrfs/file.c
2656
struct extent_state *cached_state = NULL;
fs/btrfs/file.c
3054
struct extent_state *cached_state = NULL;
fs/btrfs/file.c
3099
struct extent_state *cached_state = NULL;
fs/btrfs/file.c
3297
struct extent_state **cached_state,
fs/btrfs/file.c
3421
struct extent_state **cached_state,
fs/btrfs/file.c
3481
struct extent_state **cached_state,
fs/btrfs/file.c
3536
struct extent_state *cached_state = NULL;
fs/btrfs/file.c
3537
struct extent_state **delalloc_cached_state;
fs/btrfs/file.c
72
size_t write_bytes, struct extent_state **cached, bool noreserve)
fs/btrfs/file.c
901
struct extent_state **cached_state)
fs/btrfs/file.c
982
struct extent_state *cached_state = NULL;
fs/btrfs/file.h
40
size_t write_bytes, struct extent_state **cached, bool noreserve);
fs/btrfs/file.h
46
struct extent_state **cached_state,
fs/btrfs/file.h
9
struct extent_state;
fs/btrfs/free-space-cache.c
1282
struct extent_state **cached_state)
fs/btrfs/free-space-cache.c
1375
struct extent_state *cached_state = NULL;
fs/btrfs/free-space-cache.c
307
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
10269
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
1145
struct extent_state *cached = NULL;
fs/btrfs/inode.c
1307
struct btrfs_key *ins, struct extent_state **cached,
fs/btrfs/inode.c
1461
struct extent_state *cached = NULL;
fs/btrfs/inode.c
1817
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
2038
struct extent_state **cached,
fs/btrfs/inode.c
2164
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
2401
struct extent_state *cached = NULL;
fs/btrfs/inode.c
2469
struct extent_state *orig, u64 split)
fs/btrfs/inode.c
2507
void btrfs_merge_delalloc_extent(struct btrfs_inode *inode, struct extent_state *new,
fs/btrfs/inode.c
2508
struct extent_state *other)
fs/btrfs/inode.c
2611
void btrfs_set_delalloc_extent(struct btrfs_inode *inode, struct extent_state *state,
fs/btrfs/inode.c
2670
struct extent_state *state, u32 bits)
fs/btrfs/inode.c
2781
struct extent_state **cached_state)
fs/btrfs/inode.c
2819
struct extent_state **cached_state)
fs/btrfs/inode.c
2856
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
3198
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
5056
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
5303
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
5552
struct extent_state *state;
fs/btrfs/inode.c
5553
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
5559
state = rb_entry(node, struct extent_state, rb_node);
fs/btrfs/inode.c
714
struct extent_state *cached = NULL;
fs/btrfs/inode.c
7678
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
7923
struct extent_state *cached_state = NULL;
fs/btrfs/inode.c
9458
struct extent_state **cached_state,
fs/btrfs/inode.c
9646
struct extent_state **cached_state,
fs/btrfs/inode.c
9710
struct extent_state **cached_state,
fs/btrfs/inode.c
9884
struct extent_state *cached_state = NULL;
fs/btrfs/ioctl.c
4307
struct extent_state *cached_state = NULL;
fs/btrfs/ioctl.c
4522
struct extent_state *cached_state;
fs/btrfs/ioctl.c
4607
struct extent_state *cached_state,
fs/btrfs/ioctl.c
4692
struct extent_state *cached_state = NULL;
fs/btrfs/ordered-data.c
1171
struct extent_state **cached_state)
fs/btrfs/ordered-data.c
1174
struct extent_state *cache = NULL;
fs/btrfs/ordered-data.c
1175
struct extent_state **cachedp = &cache;
fs/btrfs/ordered-data.c
1208
struct extent_state **cached_state)
fs/btrfs/ordered-data.h
19
struct extent_state;
fs/btrfs/ordered-data.h
219
struct extent_state **cached_state);
fs/btrfs/ordered-data.h
221
struct extent_state **cached_state);
fs/btrfs/reflink.c
636
struct extent_state *cached_state = NULL;
fs/btrfs/reflink.c
703
struct extent_state *cached_state = NULL;
fs/btrfs/relocation.c
1342
struct extent_state *cached_state = NULL;
fs/btrfs/relocation.c
2701
struct extent_state *cached_state = NULL;
fs/btrfs/relocation.c
2731
struct extent_state *cached_state = NULL;
fs/btrfs/relocation.c
2857
struct extent_state *cached_state = NULL;
fs/btrfs/relocation.c
916
struct extent_state *cached_state = NULL;
fs/btrfs/tests/extent-io-tests.c
101
state = rb_entry(node, struct extent_state, rb_node);
fs/btrfs/tests/extent-io-tests.c
71
static void extent_flag_to_str(const struct extent_state *state, char *dest)
fs/btrfs/tests/extent-io-tests.c
99
struct extent_state *state;
fs/btrfs/transaction.c
1137
struct extent_state *cached_state = NULL;
fs/btrfs/transaction.c
1188
struct extent_state *cached_state = NULL;
fs/btrfs/tree-log.c
4734
struct extent_state *cached_state = NULL;
fs/hfsplus/extents.c
100
if (hip->extent_state & HFSPLUS_EXT_NEW) {
fs/hfsplus/extents.c
109
hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
fs/hfsplus/extents.c
115
hip->extent_state &= ~HFSPLUS_EXT_DIRTY;
fs/hfsplus/extents.c
133
if (HFSPLUS_I(inode)->extent_state & HFSPLUS_EXT_DIRTY) {
fs/hfsplus/extents.c
185
if (hip->extent_state & HFSPLUS_EXT_DIRTY) {
fs/hfsplus/extents.c
201
hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
fs/hfsplus/extents.c
267
was_dirty = (hip->extent_state & HFSPLUS_EXT_DIRTY);
fs/hfsplus/extents.c
507
hip->extent_state |= HFSPLUS_EXT_DIRTY;
fs/hfsplus/extents.c
532
hip->extent_state |= HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW;
fs/hfsplus/extents.c
610
hip->extent_state |= HFSPLUS_EXT_DIRTY;
fs/hfsplus/extents.c
615
hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
fs/hfsplus/hfsplus_fs.h
192
unsigned int extent_state;
fs/hfsplus/inode.c
445
hip->extent_state = 0;
fs/hfsplus/super.c
85
HFSPLUS_I(inode)->extent_state = 0;
include/trace/events/btrfs.h
1480
struct extent_state;
include/trace/events/btrfs.h
1483
TP_PROTO(const struct extent_state *state,
include/trace/events/btrfs.h
1489
__field(const struct extent_state *, state)
include/trace/events/btrfs.h
1506
TP_PROTO(const struct extent_state *state, unsigned long IP),
include/trace/events/btrfs.h
1511
__field(const struct extent_state *, state)