Lines Matching defs:nextop
3594 struct mount **mpp, int startwrite, int nextop)
3687 nfsrv_checkwrongsec(nd, nextop, (*vpp)->v_type));
7303 nfsrv_checkwrongsec(struct nfsrv_descript *nd, int nextop, __enum_uint8(vtype) vtyp)
7312 if (nextop == NFSV4OP_PUTROOTFH || nextop == NFSV4OP_PUTFH ||
7313 nextop == NFSV4OP_PUTPUBFH || nextop == NFSV4OP_RESTOREFH ||
7314 nextop == NFSV4OP_LOOKUP || nextop == NFSV4OP_LOOKUPP ||
7315 nextop == NFSV4OP_SECINFO || nextop == NFSV4OP_SECINFONONAME)
7317 if (nextop == NFSV4OP_OPEN && vtyp == VDIR)