Lines Matching refs:marks
82 return node->marks[(__force unsigned)mark]; in node_marks()
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()
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()
2416 pr_cont(" %lx", node->marks[i][j]); in xa_dump_node()