Lines Matching refs:status
716 if (map_ops[i].status != GNTST_okay ||
717 (kmap_ops && kmap_ops[i].status != GNTST_okay))
738 map_ops[i].status = GNTST_general_error;
748 kmap_ops[i].status = GNTST_general_error;
759 * Pre-populate both status fields, to be recognizable in
762 unmap[0].status = 1;
763 unmap[1].status = 1;
767 if (rc || unmap[0].status != GNTST_okay ||
768 unmap[1].status != GNTST_okay)
770 rc, unmap[0].status, unmap[1].status);