Home
last modified time | relevance | path

Searched refs:in_tree (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py278 builder.in_tree = options.in_tree
H A Dbuilderthread.py139 if self.builder.in_tree:
198 if not self.builder.in_tree:
H A Dbuilder.py262 self.in_tree = False
/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt.c1781 int in_tree; member
1811 path->in_tree = 1; in scan_get_nnode()
1816 path->in_tree = 0; in scan_get_nnode()
1870 path->in_tree = 1; in scan_get_pnode()
1875 path->in_tree = 0; in scan_get_pnode()
1956 path[0].in_tree = 1; in ubifs_lpt_scan_nolock()
1984 ret = scan_cb(c, lprops, path[h].in_tree, data); in ubifs_lpt_scan_nolock()
1995 if (path[h].in_tree) in ubifs_lpt_scan_nolock()
2005 path[h].in_tree = 1; in ubifs_lpt_scan_nolock()
2008 if (path[h].in_tree) in ubifs_lpt_scan_nolock()
[all …]
H A Dlprops.c1022 const struct ubifs_lprops *lp, int in_tree, in scan_check_cb() argument
1041 if (in_tree) { in scan_check_cb()
1076 if (in_tree && cat > 0 && cat <= LPROPS_HEAP_CNT) { in scan_check_cb()
H A Dubifs.h1246 int in_tree, void *data);