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
135 unsigned long *marks = xas->xa_node->marks[mark]; in xas_squash_marks() local
136 if (find_next_bit(marks, limit, xas->xa_offset + 1) == limit) in xas_squash_marks()
138 __set_bit(xas->xa_offset, marks); in xas_squash_marks()
139 bitmap_clear(marks, xas->xa_offset + 1, xas->xa_sibs); in xas_squash_marks()
813 * Must clear the marks before setting the entry to NULL, in xas_store()
929 * xas_init_marks() - Initialise all marks for the entry
932 * Initialise all marks for the entry specified by @xas. If we're tracking
934 * marks are cleared.
958 unsigned int marks = 0; in node_get_marks() local
963 marks |= 1 << (__force unsigned int)mark; in node_get_marks()
969 return marks; in node_get_marks()
973 struct xa_node *child, unsigned int marks) in node_set_marks() argument
978 if (marks & (1 << (__force unsigned int)mark)) { in node_set_marks()
1057 unsigned int offset, marks; in xas_split() local
1066 marks = node_get_marks(node, xas->xa_offset); in xas_split()
1080 node_set_marks(node, offset, child, marks); in xas_split()
1089 node_set_marks(node, canon, NULL, marks); in xas_split()
1567 * The marks associated with @index are unaffected unless @entry is %NULL.
1709 * The marks associated with @index are unaffected unless @entry is %NULL.
2244 "array %px list %px %px marks", in xa_dump_node()
2250 pr_cont(" %lx", node->marks[i][j]); in xa_dump_node()
2302 pr_info("xarray: %px head %px flags %x marks %d %d %d\n", xa, entry, in xa_dump()