Lines Matching refs:ret
546 int ret; in bdev_del_partition() local
555 ret = -ENXIO; in bdev_del_partition()
560 ret = -EBUSY; in bdev_del_partition()
568 ret = 0; in bdev_del_partition()
575 return ret; in bdev_del_partition()
583 int ret = 0; in bdev_resize_partition() local
589 ret = -ENOMEM; in bdev_resize_partition()
597 ret = -EINVAL; in bdev_resize_partition()
601 ret = -EBUSY; in bdev_resize_partition()
608 ret = 0; in bdev_resize_partition()
615 return ret; in bdev_resize_partition()
710 int ret = -EAGAIN, p, highest; in blk_add_partitions() local
738 ret = 0; in blk_add_partitions()
771 ret = 0; in blk_add_partitions()
774 return ret; in blk_add_partitions()