Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dbitmap.c77 struct xbitmap64_node *new_bn; local
90 new_bn = kmalloc(sizeof(struct xbitmap64_node),
92 if (!new_bn)
94 new_bn->bn_start = last + 1;
95 new_bn->bn_last = old_last;
96 xbitmap64_tree_insert(new_bn, &bitmap->xb_root);
352 struct xbitmap32_node *new_bn; local
365 new_bn = kmalloc(sizeof(struct xbitmap32_node),
367 if (!new_bn)
369 new_bn->bn_start = last + 1;
[all …]