Lines Matching refs:mutating
285 bool mutating; member
298 if (!op->mutating || op->in_transaction) { in fire_watches()
612 if (op->mutating && old->ref != 1) { in xs_node_walk()
617 const char *letters = op->mutating ? "wb" : "rb"; in xs_node_walk()
652 if (op->mutating && this_inplace) { in xs_node_walk()
657 assert(op->mutating); in xs_node_walk()
700 if (err || !op->mutating) { in xs_node_walk()
754 if (!err && op->mutating) { in xs_node_walk()
845 op->mutating = false; in init_walk_op()
906 op.mutating = true; in xs_impl_write()
1047 op.mutating = true; in transaction_commit()
1095 op.mutating = true; in xs_impl_rm()
1167 op.mutating = true; in xs_impl_set_perms()