COW_CNODE
return !test_bit(COW_CNODE, &pnode->flags) &&
if (!test_bit(COW_CNODE, &nnode->flags)) {
__clear_bit(COW_CNODE, &n->flags);
if (!test_bit(COW_CNODE, &pnode->flags)) {
__clear_bit(COW_CNODE, &p->flags);
ubifs_assert(c, !test_bit(COW_CNODE, &cnode->flags));
__set_bit(COW_CNODE, &cnode->flags);
clear_bit(COW_CNODE, &cnode->flags);