Symbol: GNTST_okay
arch/arm/xen/p2m.c
128
if (rc || unmap.status != GNTST_okay)
arch/x86/xen/p2m.c
705
if (map_ops[i].status != GNTST_okay ||
arch/x86/xen/p2m.c
706
(kmap_ops && kmap_ops[i].status != GNTST_okay))
arch/x86/xen/p2m.c
756
if (rc || unmap[0].status != GNTST_okay ||
arch/x86/xen/p2m.c
757
unmap[1].status != GNTST_okay)
drivers/net/xen-netback/hash.c
309
if (copy_op.status != GNTST_okay)
drivers/net/xen-netback/hash.c
369
if (copy_op[0].status != GNTST_okay ||
drivers/net/xen-netback/hash.c
370
copy_op[nr - 1].status != GNTST_okay)
drivers/net/xen-netback/netback.c
1372
if (gop[i].status != GNTST_okay)
drivers/net/xen-netback/netback.c
1416
GNTST_okay);
drivers/net/xen-netback/rx.c
174
if (unlikely(op->status != GNTST_okay)) {
drivers/xen/gntdev.c
375
if (map->map_ops[i].status == GNTST_okay) {
drivers/xen/gntdev.c
385
if (map->kmap_ops[i].status == GNTST_okay) {
drivers/xen/gntdev.c
406
if (map->unmap_ops[offset + i].status == GNTST_okay &&
drivers/xen/gntdev.c
410
WARN_ON(map->unmap_ops[offset + i].status != GNTST_okay &&
drivers/xen/gntdev.c
417
if (map->kunmap_ops[offset + i].status == GNTST_okay &&
drivers/xen/gntdev.c
421
WARN_ON(map->kunmap_ops[offset + i].status != GNTST_okay &&
drivers/xen/gntdev.c
845
if (status == GNTST_okay)
drivers/xen/gntdev.c
851
if (old_status != GNTST_okay)
drivers/xen/gntdev.c
886
if (put_user(GNTST_okay, status))
drivers/xen/grant-table.c
1257
case GNTST_okay:
drivers/xen/grant-table.c
797
if ((rc < 0) || (query.status != GNTST_okay))
drivers/xen/xen-front-pgdir-shbuf.c
224
if (unlikely(unmap_ops[i].status != GNTST_okay))
drivers/xen/xen-front-pgdir-shbuf.c
297
if (likely(map_ops[cur_page].status == GNTST_okay)) {
drivers/xen/xen-scsiback.c
449
if (unlikely(map[i].status != GNTST_okay)) {
drivers/xen/xenbus/xenbus_client.c
584
if (info->map[i].status != GNTST_okay) {
drivers/xen/xenbus/xenbus_client.c
609
if (info->unmap[i].status != GNTST_okay) {
drivers/xen/xenbus/xenbus_client.c
646
err = GNTST_okay;
drivers/xen/xenbus/xenbus_client.c
648
if (unmap[i].status != GNTST_okay) {
drivers/xen/xenbus/xenbus_client.c
843
err = GNTST_okay;
drivers/xen/xenbus/xenbus_client.c
846
if (unmap[i].status != GNTST_okay) {