Lines Matching refs:nextop
715 int error = 0, igotlock, nextop, numops, savefhcnt; in nfsrvd_compound() local
838 nextop = -1; in nfsrvd_compound()
873 } else if (nextop == -1) { in nfsrvd_compound()
878 op = nextop; in nfsrvd_compound()
880 nextop = -1; in nfsrvd_compound()
1016 nextop = fxdr_unsigned(int, *tl); in nfsrvd_compound()
1017 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1020 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1025 NULL, 0, nextop); in nfsrvd_compound()
1050 nextop = fxdr_unsigned(int, in nfsrvd_compound()
1052 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1055 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1059 &nes, NULL, 0, nextop); in nfsrvd_compound()
1085 nextop = fxdr_unsigned(int, in nfsrvd_compound()
1087 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1090 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1094 LK_SHARED, &nvp, &nes, NULL, 0, nextop); in nfsrvd_compound()
1141 nextop = fxdr_unsigned(int, in nfsrvd_compound()
1143 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1146 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1152 if (nfsrv_checkwrongsec(nd, nextop, in nfsrvd_compound()