Lines Matching full:marks

82 	return node->marks[(__force unsigned)mark];  in node_marks()
120 * xas_squash_marks() - Merge all marks to the first entry
123 * Set a mark on the first entry if any entry has it set. Clear marks on
132 unsigned long *marks = node_marks(xas->xa_node, mark); in xas_squash_marks() local
134 if (find_next_bit(marks, limit, xas->xa_offset + 1) != limit) { in xas_squash_marks()
135 __set_bit(xas->xa_offset, marks); in xas_squash_marks()
136 bitmap_clear(marks, xas->xa_offset + 1, xas->xa_sibs); in xas_squash_marks()
821 * Must clear the marks before setting the entry to NULL, in xas_store()
937 * xas_init_marks() - Initialise all marks for the entry
940 * Initialise all marks for the entry specified by @xas. If we're tracking
942 * marks are cleared.
966 unsigned int marks = 0; in node_get_marks() local
971 marks |= 1 << (__force unsigned int)mark; in node_get_marks()
977 return marks; in node_get_marks()
995 unsigned int marks) in node_set_marks() argument
1000 if (marks & (1 << (__force unsigned int)mark)) { in node_set_marks()
1089 unsigned int offset, marks; in xas_split() local
1098 marks = node_get_marks(node, xas->xa_offset); in xas_split()
1113 marks); in xas_split()
1122 node_set_marks(node, canon, NULL, 0, marks); in xas_split()
1178 unsigned int offset, marks; in xas_try_split() local
1191 marks = node_get_marks(node, xas->xa_offset); in xas_try_split()
1233 marks); in xas_try_split()
1244 node_set_marks(node, canon, NULL, 0, marks); in xas_try_split()
1721 * The marks associated with @index are unaffected unless @entry is %NULL.
1862 * The marks associated with @index are unaffected unless @entry is %NULL.
2410 "array %px list %px %px marks", in xa_dump_node()
2416 pr_cont(" %lx", node->marks[i][j]); in xa_dump_node()
2468 pr_info("xarray: %px head %px flags %x marks %d %d %d\n", xa, entry, in xa_dump()