my_plex
myplexno = my_plex(volno, plexno); /* does it already belong to us? */
myplexno = my_plex(volno, myplexno); /* does it already belong to us? */
if (my_plex(volno, plexno) >= 0)
int my_plex(int volno, int plexno);