Searched refs:in_tree (Results 1 - 8 of 8) sorted by relevance

/fs/btrfs/
H A Ddelayed-ref.h58 unsigned int in_tree:1; member in struct:btrfs_delayed_ref_node
176 WARN_ON(ref->in_tree);
H A Ddelayed-ref.c252 if (!head->node.in_tree) {
273 ref->in_tree = 0;
600 ref->in_tree = 1;
663 ref->in_tree = 1;
726 ref->in_tree = 1;
H A Ddisk-io.c3976 ref->in_tree = 0;
3988 head->node.in_tree = 0;
H A Dextent-tree.c2490 ref->in_tree = 0;
2497 ref->in_tree = 0;
2598 WARN_ON(!entry->in_tree);
6158 head->node.in_tree = 0;
/fs/ubifs/
H A Dfind.c87 * @in_tree: whether the LEB properties are in main memory
96 const struct ubifs_lprops *lprops, int in_tree,
105 if (!in_tree && valuable(c, lprops))
354 * @in_tree: whether the LEB properties are in main memory
363 const struct ubifs_lprops *lprops, int in_tree,
372 if (!in_tree && valuable(c, lprops))
594 * @in_tree: whether the LEB properties are in main memory
603 const struct ubifs_lprops *lprops, int in_tree,
612 if (!in_tree && valuable(c, lprops))
797 * @in_tree
95 scan_for_dirty_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) argument
362 scan_for_free_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) argument
602 scan_for_idx_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) argument
805 scan_dirty_idx_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) argument
[all...]
H A Dlpt.c1762 * @in_tree: is the node in the tree in memory
1774 int in_tree; member in struct:lpt_scan_node
1804 path->in_tree = 1;
1809 path->in_tree = 0;
1863 path->in_tree = 1;
1868 path->in_tree = 0;
1949 path[0].in_tree = 1;
1977 ret = scan_cb(c, lprops, path[h].in_tree, data);
1988 if (path[h].in_tree)
1998 path[h].in_tree
[all...]
H A Dlprops.c1021 * @in_tree: whether the LEB properties are in main memory
1030 const struct ubifs_lprops *lp, int in_tree,
1049 if (in_tree) {
1084 if (in_tree && cat > 0 && cat <= LPROPS_HEAP_CNT) {
1029 scan_check_cb(struct ubifs_info *c, const struct ubifs_lprops *lp, int in_tree, struct ubifs_lp_stats *lst) argument
H A Dubifs.h648 int in_tree, void *data);

Completed in 82 milliseconds