Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dbitmap.c74 struct xbitmap_node *new_bn; local
87 new_bn = kmalloc(sizeof(struct xbitmap_node),
89 if (!new_bn)
91 new_bn->bn_start = last + 1;
92 new_bn->bn_last = old_last;
93 xbitmap_tree_insert(new_bn, &bitmap->xb_root);