Lines Matching refs:rc
710 int rc = 0; in sq_open2() local
715 rc = -EBUSY; in sq_open2()
717 return rc; in sq_open2()
718 rc = -EINTR; in sq_open2()
720 return rc; in sq_open2()
721 rc = 0; in sq_open2()
736 if (( rc = sq_allocate_buffers(sq, numbufs, bufsize))) { in sq_open2()
742 return rc; in sq_open2()
747 return rc; in sq_open2()
760 int rc; in sq_open() local
768 rc = write_sq_open(file); /* checks the f_mode */ in sq_open()
769 if (rc) in sq_open()
773 rc = -ENXIO ; /* I think this is what is required by open(2) */ in sq_open()
814 return rc; in sq_open()
846 int rc = 0; in sq_fsync() local
860 rc = -EINTR; in sq_fsync()
866 rc = -EIO; in sq_fsync()
873 return rc; in sq_fsync()
878 int rc = 0; in sq_release() local
884 rc = sq_fsync(); in sq_release()
913 return rc; in sq_release()